Html Css Color HEX #CBEEE7 Jagged Ice

📋 copy color: '#CBEEE7'

red 203 ◦ green 238 ◦ blue 231

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

Shades of Jagged Ice #CBEEE7

Tints of Jagged Ice #CBEEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.38%

R = 30.21%
G = 35.42%
B = 34.38%

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

#CBEEE7 (or 0xCBEEE7) is known color: Jagged Ice. HEX triplet: CB, EE and E7. RGB value is (203,238,231). Sum of RGB (Red+Green+Blue) = 203+238+231=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEE7 is #341118. Grayscale: #E2E2E2. Windows color (decimal): -3412249 or 15199947. OLE color: 15199947.

HSL color Cylindrical-coordinate representation of color #CBEEE7: hue angle of 168º 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 #CBEEE7 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 231 -
CMYK 0.15 0 0.03 0.07
HSL 168º 0.51% 0.86% -
HSV(B) 168º 0.15% 0.93% -
XYZ 69.63 79.62 87.3 -
YUV 226.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 203 238 231 0.15 0 0.03 0.07 168 0.51 0.86
Hex CB EE E7 F 0 3 7 A8 33 56
Octal 313 356 347 17 0 3 7 250 63 126
Binary 11001011 11101110 11100111 1111 0 11 111 10101000 110011 1010110

Color Harmonies of #CBEEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEEE7

Black with #CBEEE7

Text Example


Text Example

White with #CBEEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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