Html Css Color HEX #C3EAF0 Onahau

📋 copy color: '#C3EAF0'

red 195 ◦ green 234 ◦ blue 240

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

Shades of Onahau #C3EAF0

Tints of Onahau #C3EAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.98%

 BLUE value IS 240 (94.14% from 255) = 35.87%

R = 29.15%
G = 34.98%
B = 35.87%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C3EAF0 (or 0xC3EAF0) is known color: Onahau. HEX triplet: C3, EA and F0. RGB value is (195,234,240). Sum of RGB (Red+Green+Blue) = 195+234+240=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EAF0 is #3C150F. Grayscale: #DEDEDE. Windows color (decimal): -3937552 or 15788739. OLE color: 15788739.

HSL color Cylindrical-coordinate representation of color #C3EAF0: hue angle of 188º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3EAF0 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 234 240 -
CMYK 0.19 0.02 0 0.06
HSL 188º 0.6% 0.85% -
HSV(B) 188º 0.19% 0.94% -
XYZ 67.66 76.74 93.68 -
YUV 223.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 195 234 240 0.19 0.02 0 0.06 188 0.6 0.85
Hex C3 EA F0 13 2 0 6 BC 3C 55
Octal 303 352 360 23 2 0 6 274 74 125
Binary 11000011 11101010 11110000 10011 10 0 110 10111100 111100 1010101

Color Harmonies of #C3EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EAF0

Black with #C3EAF0

Text Example


Text Example

White with #C3EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EAF0; }

 p { color: rgb(195,234,240); }

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

background-color css

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

 a { background-color: rgb(195,234,240); }

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

border-color css

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

 span { border-color: rgb(195,234,240); }

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