Html Css Color HEX #C7F2FE Onahau

📋 copy color: '#C7F2FE'

red 199 ◦ green 242 ◦ blue 254

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

Shades of Onahau #C7F2FE

Tints of Onahau #C7F2FE

RGB

 RED value IS 199 (78.13% from 255) = 28.63%

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

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

R = 28.63%
G = 34.82%
B = 36.55%

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

#C7F2FE (or 0xC7F2FE) is known color: Onahau. HEX triplet: C7, F2 and FE. RGB value is (199,242,254). Sum of RGB (Red+Green+Blue) = 199+242+254=695 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.63% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F2FE is #380D01. Grayscale: #E6E6E6. Windows color (decimal): -3673346 or 16708295. OLE color: 16708295.

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

Color convert

RGB 199 242 254 -
CMYK 0.22 0.05 0 0.00
HSL 193.09º 0.96% 0.89% -
HSV(B) 193.09º 0.22% 1% -
XYZ 73.19 82.8 105.89 -
YUV 230.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 199 242 254 0.22 0.05 0 0.00 193.09 0.96 0.89
Hex C7 F2 FE 16 5 0 0 C1 60 59
Octal 307 362 376 26 5 0 0 301 140 131
Binary 11000111 11110010 11111110 10110 101 0 0 11000001 1100000 1011001

Color Harmonies of #C7F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F2FE

Black with #C7F2FE

Text Example


Text Example

White with #C7F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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