Html Css Color HEX #CBECE6 Jagged Ice

📋 copy color: '#CBECE6'

red 203 ◦ green 236 ◦ blue 230

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

Shades of Jagged Ice #CBECE6

Tints of Jagged Ice #CBECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.28%

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

R = 30.34%
G = 35.28%
B = 34.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#CBECE6 (or 0xCBECE6) is known color: Jagged Ice. HEX triplet: CB, EC and E6. RGB value is (203,236,230). Sum of RGB (Red+Green+Blue) = 203+236+230=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECE6 is #341319. Grayscale: #E1E1E1. Windows color (decimal): -3412762 or 15133899. OLE color: 15133899.

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

Color convert

RGB 203 236 230 -
CMYK 0.14 0 0.03 0.07
HSL 169.09º 0.46% 0.86% -
HSV(B) 169.09º 0.14% 0.93% -
XYZ 68.91 78.4 86.36 -
YUV 225.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 203 236 230 0.14 0 0.03 0.07 169.09 0.46 0.86
Hex CB EC E6 E 0 3 7 A9 2E 56
Octal 313 354 346 16 0 3 7 251 56 126
Binary 11001011 11101100 11100110 1110 0 11 111 10101001 101110 1010110

Color Harmonies of #CBECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECE6

Black with #CBECE6

Text Example


Text Example

White with #CBECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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