Html Css Color HEX #C5FAFE Onahau

📋 copy color: '#C5FAFE'

red 197 ◦ green 250 ◦ blue 254

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

Shades of Onahau #C5FAFE

Tints of Onahau #C5FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.66%

 BLUE value IS 254 (99.61% from 255) = 36.23%

R = 28.1%
G = 35.66%
B = 36.23%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5FAFE (or 0xC5FAFE) is known color: Onahau. HEX triplet: C5, FA and FE. RGB value is (197,250,254). Sum of RGB (Red+Green+Blue) = 197+250+254=701 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.10% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAFE is #3A0501. Grayscale: #EAEAEA. Windows color (decimal): -3802370 or 16710341. OLE color: 16710341.

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

Color convert

RGB 197 250 254 -
CMYK 0.22 0.02 0 0.00
HSL 184.21º 0.97% 0.88% -
HSV(B) 184.21º 0.22% 1% -
XYZ 75.1 87.4 106.68 -
YUV 234.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 197 250 254 0.22 0.02 0 0.00 184.21 0.97 0.88
Hex C5 FA FE 16 2 0 0 B8 61 58
Octal 305 372 376 26 2 0 0 270 141 130
Binary 11000101 11111010 11111110 10110 10 0 0 10111000 1100001 1011000

Color Harmonies of #C5FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FAFE

Black with #C5FAFE

Text Example


Text Example

White with #C5FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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