Html Css Color HEX #C3EAFA Onahau

📋 copy color: '#C3EAFA'

red 195 ◦ green 234 ◦ blue 250

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

Shades of Onahau #C3EAFA

Tints of Onahau #C3EAFA

RGB

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

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

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

R = 28.72%
G = 34.46%
B = 36.82%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3EAFA (or 0xC3EAFA) is known color: Onahau. HEX triplet: C3, EA and FA. RGB value is (195,234,250). Sum of RGB (Red+Green+Blue) = 195+234+250=679 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.72% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EAFA is #3C1505. Grayscale: #E0E0E0. Windows color (decimal): -3937542 or 16444099. OLE color: 16444099.

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

Color convert

RGB 195 234 250 -
CMYK 0.22 0.06 0 0.02
HSL 197.45º 0.85% 0.87% -
HSV(B) 197.45º 0.22% 0.98% -
XYZ 69.18 77.35 101.73 -
YUV 224.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 195 234 250 0.22 0.06 0 0.02 197.45 0.85 0.87
Hex C3 EA FA 16 6 0 2 C5 55 57
Octal 303 352 372 26 6 0 2 305 125 127
Binary 11000011 11101010 11111010 10110 110 0 10 11000101 1010101 1010111

Color Harmonies of #C3EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EAFA

Black with #C3EAFA

Text Example


Text Example

White with #C3EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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