Html Css Color HEX #C5EEFA Onahau

📋 copy color: '#C5EEFA'

red 197 ◦ green 238 ◦ blue 250

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

Shades of Onahau #C5EEFA

Tints of Onahau #C5EEFA

RGB

 RED value IS 197 (77.34% from 255) = 28.76%

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

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

R = 28.76%
G = 34.74%
B = 36.5%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5EEFA (or 0xC5EEFA) is known color: Onahau. HEX triplet: C5, EE and FA. RGB value is (197,238,250). Sum of RGB (Red+Green+Blue) = 197+238+250=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEFA is #3A1105. Grayscale: #E3E3E3. Windows color (decimal): -3805446 or 16445125. OLE color: 16445125.

HSL color Cylindrical-coordinate representation of color #C5EEFA: hue angle of 193.58º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5EEFA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 238 250 -
CMYK 0.21 0.05 0 0.02
HSL 193.58º 0.84% 0.88% -
HSV(B) 193.58º 0.21% 0.98% -
XYZ 70.86 79.92 102.13 -
YUV 227.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 197 238 250 0.21 0.05 0 0.02 193.58 0.84 0.88
Hex C5 EE FA 15 5 0 2 C2 54 58
Octal 305 356 372 25 5 0 2 302 124 130
Binary 11000101 11101110 11111010 10101 101 0 10 11000010 1010100 1011000

Color Harmonies of #C5EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EEFA

Black with #C5EEFA

Text Example


Text Example

White with #C5EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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