Html Css Color HEX #C5F0FC Onahau

📋 copy color: '#C5F0FC'

red 197 ◦ green 240 ◦ blue 252

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

Shades of Onahau #C5F0FC

Tints of Onahau #C5F0FC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.83%

 BLUE value IS 252 (98.83% from 255) = 36.57%

R = 28.59%
G = 34.83%
B = 36.57%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5F0FC (or 0xC5F0FC) is known color: Onahau. HEX triplet: C5, F0 and FC. RGB value is (197,240,252). Sum of RGB (Red+Green+Blue) = 197+240+252=689 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.59% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5F0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F0FC is #3A0F03. Grayscale: #E4E4E4. Windows color (decimal): -3804932 or 16576709. OLE color: 16576709.

HSL color Cylindrical-coordinate representation of color #C5F0FC: hue angle of 193.09º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5F0FC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 240 252 -
CMYK 0.22 0.05 0 0.01
HSL 193.09º 0.9% 0.88% -
HSV(B) 193.09º 0.22% 0.99% -
XYZ 71.76 81.22 103.99 -
YUV 228.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 197 240 252 0.22 0.05 0 0.01 193.09 0.9 0.88
Hex C5 F0 FC 16 5 0 1 C1 5A 58
Octal 305 360 374 26 5 0 1 301 132 130
Binary 11000101 11110000 11111100 10110 101 0 1 11000001 1011010 1011000

Color Harmonies of #C5F0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F0FC

Black with #C5F0FC

Text Example


Text Example

White with #C5F0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F0FC; }

 p { color: rgb(197,240,252); }

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

background-color css

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

 a { background-color: rgb(197,240,252); }

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

border-color css

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

 span { border-color: rgb(197,240,252); }

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