#CBEFE8

Color #CBEFE8 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #CBEFE8

Tints of Jagged Ice #CBEFE8

Color information

#CBEFE8 (or 0xCBEFE8) is unknown color: approx Jagged Ice. HEX triplet: CB, EF and E8. RGB value is (203,239,232). Sum of RGB (Red+Green+Blue) = 203+239+232=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFE8 is #341017. Grayscale: #E3E3E3. Windows color (decimal): -3411992 or 15265739. OLE color: 15265739.

HSL color Cylindrical-coordinate representation of color #CBEFE8: hue angle of 168.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFE8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB203239232-
CMYK0.1500.030.06
HSL168.33º52.94%86.67%-
HSV(B)168.33º15.06%93.73%-
XYZ70.0680.2688.14-
YUV227.44130.57110.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.12%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 232 (91.02% from 255) = 34.42%
R=30.12%
G=35.46%
B=34.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032392320.1500.030.06168.3352.9486.67
HexCBEFE8F036a83557
Octal3133573501703625065127
Binary1100101111101111111010001111011110101010001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFE8; }

 p { color: rgb(203,239,232); }

 H1.HeaderClassName
 {
   color: #CBEFE8;
 }
 .AnyTagClassName
 {
   color: #CBEFE8;
 }
</style>
background-color css

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

 a { background-color: rgb(203,239,232); }

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

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

 span { border-color: rgb(203,239,232); }

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