Html Css Color HEX #CBEAE6 Jagged Ice

📋 copy color: '#CBEAE6'

red 203 ◦ green 234 ◦ blue 230

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

Shades of Jagged Ice #CBEAE6

Tints of Jagged Ice #CBEAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.48%

R = 30.43%
G = 35.08%
B = 34.48%

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

#CBEAE6 (or 0xCBEAE6) is known color: Jagged Ice. HEX triplet: CB, EA and E6. RGB value is (203,234,230). Sum of RGB (Red+Green+Blue) = 203+234+230=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAE6 is #341519. Grayscale: #E0E0E0. Windows color (decimal): -3413274 or 15133387. OLE color: 15133387.

HSL color Cylindrical-coordinate representation of color #CBEAE6: hue angle of 172.26º 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 #CBEAE6 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 230 -
CMYK 0.13 0 0.02 0.08
HSL 172.26º 0.42% 0.86% -
HSV(B) 172.26º 0.13% 0.92% -
XYZ 68.33 77.26 86.17 -
YUV 224.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 203 234 230 0.13 0 0.02 0.08 172.26 0.42 0.86
Hex CB EA E6 D 0 2 8 AC 2A 56
Octal 313 352 346 15 0 2 10 254 52 126
Binary 11001011 11101010 11100110 1101 0 10 1000 10101100 101010 1010110

Color Harmonies of #CBEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAE6

Black with #CBEAE6

Text Example


Text Example

White with #CBEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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