Html Css Color HEX #C5F2FE Onahau

📋 copy color: '#C5F2FE'

red 197 ◦ green 242 ◦ blue 254

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

Shades of Onahau #C5F2FE

Tints of Onahau #C5F2FE

RGB

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

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

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

R = 28.43%
G = 34.92%
B = 36.65%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5F2FE (or 0xC5F2FE) is known color: Onahau. HEX triplet: C5, F2 and FE. RGB value is (197,242,254). Sum of RGB (Red+Green+Blue) = 197+242+254=693 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.43% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F2FE is #3A0D01. Grayscale: #E5E5E5. Windows color (decimal): -3804418 or 16708293. OLE color: 16708293.

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

Color convert

RGB 197 242 254 -
CMYK 0.22 0.05 0 0.00
HSL 192.63º 0.97% 0.88% -
HSV(B) 192.63º 0.22% 1% -
XYZ 72.67 82.53 105.87 -
YUV 229.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 197 242 254 0.22 0.05 0 0.00 192.63 0.97 0.88
Hex C5 F2 FE 16 5 0 0 C1 61 58
Octal 305 362 376 26 5 0 0 301 141 130
Binary 11000101 11110010 11111110 10110 101 0 0 11000001 1100001 1011000

Color Harmonies of #C5F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F2FE

Black with #C5F2FE

Text Example


Text Example

White with #C5F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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