Html Css Color HEX #C0EFFA Onahau

📋 copy color: '#C0EFFA'

red 192 ◦ green 239 ◦ blue 250

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

Shades of Onahau #C0EFFA

Tints of Onahau #C0EFFA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.1%

 BLUE value IS 250 (98.05% from 255) = 36.71%

R = 28.19%
G = 35.1%
B = 36.71%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0EFFA (or 0xC0EFFA) is known color: Onahau. HEX triplet: C0, EF and FA. RGB value is (192,239,250). Sum of RGB (Red+Green+Blue) = 192+239+250=681 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.19% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EFFA is #3F1005. Grayscale: #E2E2E2. Windows color (decimal): -4132870 or 16445376. OLE color: 16445376.

HSL color Cylindrical-coordinate representation of color #C0EFFA: hue angle of 191.38º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0EFFA is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 239 250 -
CMYK 0.23 0.04 0 0.02
HSL 191.38º 0.85% 0.87% -
HSV(B) 191.38º 0.23% 0.98% -
XYZ 69.86 79.84 102.17 -
YUV 226.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 192 239 250 0.23 0.04 0 0.02 191.38 0.85 0.87
Hex C0 EF FA 17 4 0 2 BF 55 57
Octal 300 357 372 27 4 0 2 277 125 127
Binary 11000000 11101111 11111010 10111 100 0 10 10111111 1010101 1010111

Color Harmonies of #C0EFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EFFA

Black with #C0EFFA

Text Example


Text Example

White with #C0EFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EFFA; }

 p { color: rgb(192,239,250); }

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

background-color css

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

 a { background-color: rgb(192,239,250); }

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

border-color css

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

 span { border-color: rgb(192,239,250); }

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