Html Css Color HEX #C3EEFF Onahau

📋 copy color: '#C3EEFF'

red 195 ◦ green 238 ◦ blue 255

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

Shades of Onahau #C3EEFF

Tints of Onahau #C3EEFF

RGB

 RED value IS 195 (76.56% from 255) = 28.34%

 GREEN value IS 238 (93.36% from 255) = 34.59%

 BLUE value IS 255 (100% from 255) = 37.06%

R = 28.34%
G = 34.59%
B = 37.06%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C3EEFF (or 0xC3EEFF) is known color: Onahau. HEX triplet: C3, EE and FF. RGB value is (195,238,255). Sum of RGB (Red+Green+Blue) = 195+238+255=688 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.34% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EEFF is #3C1100. Grayscale: #E2E2E2. Windows color (decimal): -3936513 or 16772803. OLE color: 16772803.

HSL color Cylindrical-coordinate representation of color #C3EEFF: hue angle of 197º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3EEFF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 238 255 -
CMYK 0.24 0.07 0 0
HSL 197º 1% 0.88% -
HSV(B) 197º 0.24% 1% -
XYZ 71.13 79.97 106.29 -
YUV 227.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 195 238 255 0.24 0.07 0 0 197 1 0.88
Hex C3 EE FF 18 7 0 0 C5 64 58
Octal 303 356 377 30 7 0 0 305 144 130
Binary 11000011 11101110 11111111 11000 111 0 0 11000101 1100100 1011000

Color Harmonies of #C3EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EEFF

Black with #C3EEFF

Text Example


Text Example

White with #C3EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EEFF; }

 p { color: rgb(195,238,255); }

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

background-color css

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

 a { background-color: rgb(195,238,255); }

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

border-color css

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

 span { border-color: rgb(195,238,255); }

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