Html Css Color HEX #CBEDF6 Onahau

📋 copy color: '#CBEDF6'

red 203 ◦ green 237 ◦ blue 246

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

Shades of Onahau #CBEDF6

Tints of Onahau #CBEDF6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.55%

 BLUE value IS 246 (96.48% from 255) = 35.86%

R = 29.59%
G = 34.55%
B = 35.86%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBEDF6 (or 0xCBEDF6) is known color: Onahau. HEX triplet: CB, ED and F6. RGB value is (203,237,246). Sum of RGB (Red+Green+Blue) = 203+237+246=686 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.59% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDF6 is #341209. Grayscale: #E3E3E3. Windows color (decimal): -3412490 or 16182731. OLE color: 16182731.

HSL color Cylindrical-coordinate representation of color #CBEDF6: hue angle of 192.56º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBEDF6 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 237 246 -
CMYK 0.17 0.04 0 0.04
HSL 192.56º 0.7% 0.88% -
HSV(B) 192.56º 0.17% 0.96% -
XYZ 71.55 79.92 98.84 -
YUV 227.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 203 237 246 0.17 0.04 0 0.04 192.56 0.7 0.88
Hex CB ED F6 11 4 0 4 C1 46 58
Octal 313 355 366 21 4 0 4 301 106 130
Binary 11001011 11101101 11110110 10001 100 0 100 11000001 1000110 1011000

Color Harmonies of #CBEDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDF6

Black with #CBEDF6

Text Example


Text Example

White with #CBEDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDF6; }

 p { color: rgb(203,237,246); }

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

background-color css

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

 a { background-color: rgb(203,237,246); }

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

border-color css

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

 span { border-color: rgb(203,237,246); }

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