Html Css Color HEX #C3EEFA Onahau

📋 copy color: '#C3EEFA'

red 195 ◦ green 238 ◦ blue 250

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

Shades of Onahau #C3EEFA

Tints of Onahau #C3EEFA

RGB

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

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

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

R = 28.55%
G = 34.85%
B = 36.6%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3EEFA (or 0xC3EEFA) is known color: Onahau. HEX triplet: C3, EE and FA. RGB value is (195,238,250). Sum of RGB (Red+Green+Blue) = 195+238+250=683 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.55% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EEFA is #3C1105. Grayscale: #E2E2E2. Windows color (decimal): -3936518 or 16445123. OLE color: 16445123.

HSL color Cylindrical-coordinate representation of color #C3EEFA: hue angle of 193.09º 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 #C3EEFA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 238 250 -
CMYK 0.22 0.05 0 0.02
HSL 193.09º 0.85% 0.87% -
HSV(B) 193.09º 0.22% 0.98% -
XYZ 70.34 79.65 102.11 -
YUV 226.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 195 238 250 0.22 0.05 0 0.02 193.09 0.85 0.87
Hex C3 EE FA 16 5 0 2 C1 55 57
Octal 303 356 372 26 5 0 2 301 125 127
Binary 11000011 11101110 11111010 10110 101 0 10 11000001 1010101 1010111

Color Harmonies of #C3EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EEFA

Black with #C3EEFA

Text Example


Text Example

White with #C3EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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