Html Css Color HEX #C0E4F2 Onahau

📋 copy color: '#C0E4F2'

red 192 ◦ green 228 ◦ blue 242

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

Shades of Onahau #C0E4F2

Tints of Onahau #C0E4F2

RGB

 RED value IS 192 (75.39% from 255) = 29%

 GREEN value IS 228 (89.45% from 255) = 34.44%

 BLUE value IS 242 (94.92% from 255) = 36.56%

R = 29%
G = 34.44%
B = 36.56%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0E4F2 (or 0xC0E4F2) is known color: Onahau. HEX triplet: C0, E4 and F2. RGB value is (192,228,242). Sum of RGB (Red+Green+Blue) = 192+228+242=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0E4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E4F2 is #3F1B0D. Grayscale: #DADADA. Windows color (decimal): -4135694 or 15918272. OLE color: 15918272.

HSL color Cylindrical-coordinate representation of color #C0E4F2: hue angle of 196.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0E4F2 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 228 242 -
CMYK 0.21 0.06 0 0.05
HSL 196.8º 0.66% 0.85% -
HSV(B) 196.8º 0.21% 0.95% -
XYZ 65.51 73.1 94.66 -
YUV 218.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 192 228 242 0.21 0.06 0 0.05 196.8 0.66 0.85
Hex C0 E4 F2 15 6 0 5 C5 42 55
Octal 300 344 362 25 6 0 5 305 102 125
Binary 11000000 11100100 11110010 10101 110 0 101 11000101 1000010 1010101

Color Harmonies of #C0E4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E4F2

Black with #C0E4F2

Text Example


Text Example

White with #C0E4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E4F2; }

 p { color: rgb(192,228,242); }

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

background-color css

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

 a { background-color: rgb(192,228,242); }

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

border-color css

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

 span { border-color: rgb(192,228,242); }

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