Html Css Color HEX #C5F2FF Onahau

📋 copy color: '#C5F2FF'

red 197 ◦ green 242 ◦ blue 255

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

Shades of Onahau #C5F2FF

Tints of Onahau #C5F2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.87%

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

R = 28.39%
G = 34.87%
B = 36.74%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5F2FF (or 0xC5F2FF) is known color: Onahau. HEX triplet: C5, F2 and FF. RGB value is (197,242,255). Sum of RGB (Red+Green+Blue) = 197+242+255=694 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.39% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F2FF is #3A0D00. Grayscale: #E5E5E5. Windows color (decimal): -3804417 or 16773829. OLE color: 16773829.

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

Color convert

RGB 197 242 255 -
CMYK 0.23 0.05 0 0
HSL 193.45º 1% 0.89% -
HSV(B) 193.45º 0.23% 1% -
XYZ 72.83 82.59 106.71 -
YUV 230.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 197 242 255 0.23 0.05 0 0 193.45 1 0.89
Hex C5 F2 FF 17 5 0 0 C1 64 59
Octal 305 362 377 27 5 0 0 301 144 131
Binary 11000101 11110010 11111111 10111 101 0 0 11000001 1100100 1011001

Color Harmonies of #C5F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F2FF

Black with #C5F2FF

Text Example


Text Example

White with #C5F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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