Html Css Color HEX #C4F0FE Onahau

📋 copy color: '#C4F0FE'

red 196 ◦ green 240 ◦ blue 254

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

Shades of Onahau #C4F0FE

Tints of Onahau #C4F0FE

RGB

 RED value IS 196 (76.95% from 255) = 28.41%

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

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

R = 28.41%
G = 34.78%
B = 36.81%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4F0FE (or 0xC4F0FE) is known color: Onahau. HEX triplet: C4, F0 and FE. RGB value is (196,240,254). Sum of RGB (Red+Green+Blue) = 196+240+254=690 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.41% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F0FE is #3B0F01. Grayscale: #E4E4E4. Windows color (decimal): -3870466 or 16707780. OLE color: 16707780.

HSL color Cylindrical-coordinate representation of color #C4F0FE: hue angle of 194.48º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4F0FE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 240 254 -
CMYK 0.23 0.06 0 0.00
HSL 194.48º 0.97% 0.88% -
HSV(B) 194.48º 0.23% 1% -
XYZ 71.81 81.21 105.66 -
YUV 228.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 196 240 254 0.23 0.06 0 0.00 194.48 0.97 0.88
Hex C4 F0 FE 17 6 0 0 C2 61 58
Octal 304 360 376 27 6 0 0 302 141 130
Binary 11000100 11110000 11111110 10111 110 0 0 11000010 1100001 1011000

Color Harmonies of #C4F0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F0FE

Black with #C4F0FE

Text Example


Text Example

White with #C4F0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F0FE; }

 p { color: rgb(196,240,254); }

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

background-color css

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

 a { background-color: rgb(196,240,254); }

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

border-color css

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

 span { border-color: rgb(196,240,254); }

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