Html Css Color HEX #CBEEE6 Jagged Ice

📋 copy color: '#CBEEE6'

red 203 ◦ green 238 ◦ blue 230

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

Shades of Jagged Ice #CBEEE6

Tints of Jagged Ice #CBEEE6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.47%

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

R = 30.25%
G = 35.47%
B = 34.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#CBEEE6 (or 0xCBEEE6) is known color: Jagged Ice. HEX triplet: CB, EE and E6. RGB value is (203,238,230). Sum of RGB (Red+Green+Blue) = 203+238+230=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEE6 is #341119. Grayscale: #E2E2E2. Windows color (decimal): -3412250 or 15134411. OLE color: 15134411.

HSL color Cylindrical-coordinate representation of color #CBEEE6: hue angle of 166.29º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEEE6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 230 -
CMYK 0.15 0 0.03 0.07
HSL 166.29º 0.51% 0.86% -
HSV(B) 166.29º 0.15% 0.93% -
XYZ 69.49 79.56 86.56 -
YUV 226.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 203 238 230 0.15 0 0.03 0.07 166.29 0.51 0.86
Hex CB EE E6 F 0 3 7 A6 33 56
Octal 313 356 346 17 0 3 7 246 63 126
Binary 11001011 11101110 11100110 1111 0 11 111 10100110 110011 1010110

Color Harmonies of #CBEEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEEE6

Black with #CBEEE6

Text Example


Text Example

White with #CBEEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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