Html Css Color HEX #C0EDFD Onahau

📋 copy color: '#C0EDFD'

red 192 ◦ green 237 ◦ blue 253

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

Shades of Onahau #C0EDFD

Tints of Onahau #C0EDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.1%

R = 28.15%
G = 34.75%
B = 37.1%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0EDFD (or 0xC0EDFD) is known color: Onahau. HEX triplet: C0, ED and FD. RGB value is (192,237,253). Sum of RGB (Red+Green+Blue) = 192+237+253=682 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.15% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EDFD is #3F1202. Grayscale: #E1E1E1. Windows color (decimal): -4133379 or 16641472. OLE color: 16641472.

HSL color Cylindrical-coordinate representation of color #C0EDFD: hue angle of 195.74º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0EDFD is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 237 253 -
CMYK 0.24 0.06 0 0.01
HSL 195.74º 0.94% 0.87% -
HSV(B) 195.74º 0.24% 0.99% -
XYZ 69.75 78.87 104.48 -
YUV 225.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 192 237 253 0.24 0.06 0 0.01 195.74 0.94 0.87
Hex C0 ED FD 18 6 0 1 C4 5E 57
Octal 300 355 375 30 6 0 1 304 136 127
Binary 11000000 11101101 11111101 11000 110 0 1 11000100 1011110 1010111

Color Harmonies of #C0EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EDFD

Black with #C0EDFD

Text Example


Text Example

White with #C0EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EDFD; }

 p { color: rgb(192,237,253); }

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

background-color css

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

 a { background-color: rgb(192,237,253); }

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

border-color css

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

 span { border-color: rgb(192,237,253); }

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