Html Css Color HEX #C5F2FC Onahau

📋 copy color: '#C5F2FC'

red 197 ◦ green 242 ◦ blue 252

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

Shades of Onahau #C5F2FC

Tints of Onahau #C5F2FC

RGB

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

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

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

R = 28.51%
G = 35.02%
B = 36.47%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5F2FC (or 0xC5F2FC) is known color: Onahau. HEX triplet: C5, F2 and FC. RGB value is (197,242,252). Sum of RGB (Red+Green+Blue) = 197+242+252=691 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.51% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5F2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F2FC is #3A0D03. Grayscale: #E5E5E5. Windows color (decimal): -3804420 or 16577221. OLE color: 16577221.

HSL color Cylindrical-coordinate representation of color #C5F2FC: hue angle of 190.91º 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 #C5F2FC is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 242 252 -
CMYK 0.22 0.04 0 0.01
HSL 190.91º 0.9% 0.88% -
HSV(B) 190.91º 0.22% 0.99% -
XYZ 72.35 82.4 104.19 -
YUV 229.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 197 242 252 0.22 0.04 0 0.01 190.91 0.9 0.88
Hex C5 F2 FC 16 4 0 1 BF 5A 58
Octal 305 362 374 26 4 0 1 277 132 130
Binary 11000101 11110010 11111100 10110 100 0 1 10111111 1011010 1011000

Color Harmonies of #C5F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F2FC

Black with #C5F2FC

Text Example


Text Example

White with #C5F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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