Html Css Color HEX #C2DFED Onahau

📋 copy color: '#C2DFED'

red 194 ◦ green 223 ◦ blue 237

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

Shades of Onahau #C2DFED

Tints of Onahau #C2DFED

RGB

 RED value IS 194 (76.17% from 255) = 29.66%

 GREEN value IS 223 (87.5% from 255) = 34.1%

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 29.66%
G = 34.1%
B = 36.24%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2DFED (or 0xC2DFED) is known color: Onahau. HEX triplet: C2, DF and ED. RGB value is (194,223,237). Sum of RGB (Red+Green+Blue) = 194+223+237=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFED is #3D2012. Grayscale: #D7D7D7. Windows color (decimal): -4005907 or 15589314. OLE color: 15589314.

HSL color Cylindrical-coordinate representation of color #C2DFED: hue angle of 199.53º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DFED is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 223 237 -
CMYK 0.18 0.06 0 0.07
HSL 199.53º 0.54% 0.85% -
HSV(B) 199.53º 0.18% 0.93% -
XYZ 63.92 70.36 90.33 -
YUV 215.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 194 223 237 0.18 0.06 0 0.07 199.53 0.54 0.85
Hex C2 DF ED 12 6 0 7 C8 36 55
Octal 302 337 355 22 6 0 7 310 66 125
Binary 11000010 11011111 11101101 10010 110 0 111 11001000 110110 1010101

Color Harmonies of #C2DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFED

Black with #C2DFED

Text Example


Text Example

White with #C2DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFED; }

 p { color: rgb(194,223,237); }

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

background-color css

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

 a { background-color: rgb(194,223,237); }

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

border-color css

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

 span { border-color: rgb(194,223,237); }

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