Html Css Color HEX #C0EBEE Onahau

📋 copy color: '#C0EBEE'

red 192 ◦ green 235 ◦ blue 238

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

Shades of Onahau #C0EBEE

Tints of Onahau #C0EBEE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.34%

 BLUE value IS 238 (93.36% from 255) = 35.79%

R = 28.87%
G = 35.34%
B = 35.79%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0EBEE (or 0xC0EBEE) is known color: Onahau. HEX triplet: C0, EB and EE. RGB value is (192,235,238). Sum of RGB (Red+Green+Blue) = 192+235+238=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBEE is #3F1411. Grayscale: #DEDEDE. Windows color (decimal): -4133906 or 15657920. OLE color: 15657920.

HSL color Cylindrical-coordinate representation of color #C0EBEE: hue angle of 183.91º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EBEE is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 235 238 -
CMYK 0.19 0.01 0 0.07
HSL 183.91º 0.58% 0.84% -
HSV(B) 183.91º 0.19% 0.93% -
XYZ 66.88 76.8 92.19 -
YUV 222.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 192 235 238 0.19 0.01 0 0.07 183.91 0.58 0.84
Hex C0 EB EE 13 1 0 7 B8 3A 54
Octal 300 353 356 23 1 0 7 270 72 124
Binary 11000000 11101011 11101110 10011 1 0 111 10111000 111010 1010100

Color Harmonies of #C0EBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBEE

Black with #C0EBEE

Text Example


Text Example

White with #C0EBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBEE; }

 p { color: rgb(192,235,238); }

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

background-color css

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

 a { background-color: rgb(192,235,238); }

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

border-color css

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

 span { border-color: rgb(192,235,238); }

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