Html Css Color HEX #C5FAFF Onahau

📋 copy color: '#C5FAFF'

red 197 ◦ green 250 ◦ blue 255

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

Shades of Onahau #C5FAFF

Tints of Onahau #C5FAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.32%

R = 28.06%
G = 35.61%
B = 36.32%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5FAFF (or 0xC5FAFF) is known color: Onahau. HEX triplet: C5, FA and FF. RGB value is (197,250,255). Sum of RGB (Red+Green+Blue) = 197+250+255=702 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.06% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAFF is #3A0500. Grayscale: #EAEAEA. Windows color (decimal): -3802369 or 16775877. OLE color: 16775877.

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

Color convert

RGB 197 250 255 -
CMYK 0.23 0.02 0 0
HSL 185.17º 1% 0.89% -
HSV(B) 185.17º 0.23% 1% -
XYZ 75.26 87.46 107.52 -
YUV 234.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 197 250 255 0.23 0.02 0 0 185.17 1 0.89
Hex C5 FA FF 17 2 0 0 B9 64 59
Octal 305 372 377 27 2 0 0 271 144 131
Binary 11000101 11111010 11111111 10111 10 0 0 10111001 1100100 1011001

Color Harmonies of #C5FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FAFF

Black with #C5FAFF

Text Example


Text Example

White with #C5FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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