Html Css Color HEX #C7F1FA Onahau

📋 copy color: '#C7F1FA'

red 199 ◦ green 241 ◦ blue 250

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

Shades of Onahau #C7F1FA

Tints of Onahau #C7F1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 28.84%
G = 34.93%
B = 36.23%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C7F1FA (or 0xC7F1FA) is known color: Onahau. HEX triplet: C7, F1 and FA. RGB value is (199,241,250). Sum of RGB (Red+Green+Blue) = 199+241+250=690 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.84% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7F1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F1FA is #380E05. Grayscale: #E5E5E5. Windows color (decimal): -3673606 or 16445895. OLE color: 16445895.

HSL color Cylindrical-coordinate representation of color #C7F1FA: hue angle of 190.59º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7F1FA is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 241 250 -
CMYK 0.20 0.04 0 0.02
HSL 190.59º 0.84% 0.88% -
HSV(B) 190.59º 0.2% 0.98% -
XYZ 72.26 81.95 102.45 -
YUV 229.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 199 241 250 0.20 0.04 0 0.02 190.59 0.84 0.88
Hex C7 F1 FA 14 4 0 2 BF 54 58
Octal 307 361 372 24 4 0 2 277 124 130
Binary 11000111 11110001 11111010 10100 100 0 10 10111111 1010100 1011000

Color Harmonies of #C7F1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F1FA

Black with #C7F1FA

Text Example


Text Example

White with #C7F1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F1FA; }

 p { color: rgb(199,241,250); }

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

background-color css

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

 a { background-color: rgb(199,241,250); }

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

border-color css

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

 span { border-color: rgb(199,241,250); }

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