Html Css Color HEX #CBEAE5 Jagged Ice

📋 copy color: '#CBEAE5'

red 203 ◦ green 234 ◦ blue 229

#CBEAE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #CBEAE5

Tints of Jagged Ice #CBEAE5

RGB

 RED value IS 203 (79.69% from 255) = 30.48%

 GREEN value IS 234 (91.8% from 255) = 35.14%

 BLUE value IS 229 (89.84% from 255) = 34.38%

R = 30.48%
G = 35.14%
B = 34.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBEAE5 (or 0xCBEAE5) is known color: Jagged Ice. HEX triplet: CB, EA and E5. RGB value is (203,234,229). Sum of RGB (Red+Green+Blue) = 203+234+229=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAE5 is #34151A. Grayscale: #E0E0E0. Windows color (decimal): -3413275 or 15067851. OLE color: 15067851.

HSL color Cylindrical-coordinate representation of color #CBEAE5: hue angle of 170.32º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBEAE5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 229 -
CMYK 0.13 0 0.02 0.08
HSL 170.32º 0.42% 0.86% -
HSV(B) 170.32º 0.13% 0.92% -
XYZ 68.19 77.2 85.44 -
YUV 224.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 203 234 229 0.13 0 0.02 0.08 170.32 0.42 0.86
Hex CB EA E5 D 0 2 8 AA 2A 56
Octal 313 352 345 15 0 2 10 252 52 126
Binary 11001011 11101010 11100101 1101 0 10 1000 10101010 101010 1010110

Color Harmonies of #CBEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAE5

Black with #CBEAE5

Text Example


Text Example

White with #CBEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAE5; }

 p { color: rgb(203,234,229); }

 H1.HeaderClassName
 {
   color: #CBEAE5;
 }
 .AnyTagClassName
 {
   color: #CBEAE5;
 }
</style>

background-color css

<style>
 a { background-color: #CBEAE5; }

 a { background-color: rgb(203,234,229); }

 div.DivClassName
 {
   background-color: #CBEAE5;
 }
 .BgClassName
 {
   background-color: #CBEAE5;
 }
</style>

border-color css

<style>
 span { border-color: #CBEAE5; }

 span { border-color: rgb(203,234,229); }

 td.TdClassName
 {
   border-color: #CBEAE5;
 }
 .TagClassName
 {
   border-color: #CBEAE5;
 }
</style>