Html Css Color HEX #C5F1FE Onahau

📋 copy color: '#C5F1FE'

red 197 ◦ green 241 ◦ blue 254

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

Shades of Onahau #C5F1FE

Tints of Onahau #C5F1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.83%

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

R = 28.47%
G = 34.83%
B = 36.71%

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

#C5F1FE (or 0xC5F1FE) is known color: Onahau. HEX triplet: C5, F1 and FE. RGB value is (197,241,254). Sum of RGB (Red+Green+Blue) = 197+241+254=692 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.47% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F1FE is #3A0E01. Grayscale: #E5E5E5. Windows color (decimal): -3804674 or 16708037. OLE color: 16708037.

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

Color convert

RGB 197 241 254 -
CMYK 0.22 0.05 0 0.00
HSL 193.68º 0.97% 0.88% -
HSV(B) 193.68º 0.22% 1% -
XYZ 72.37 81.94 105.77 -
YUV 229.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 197 241 254 0.22 0.05 0 0.00 193.68 0.97 0.88
Hex C5 F1 FE 16 5 0 0 C2 61 58
Octal 305 361 376 26 5 0 0 302 141 130
Binary 11000101 11110001 11111110 10110 101 0 0 11000010 1100001 1011000

Color Harmonies of #C5F1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F1FE

Black with #C5F1FE

Text Example


Text Example

White with #C5F1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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