Html Css Color HEX #C7F2FF Onahau

📋 copy color: '#C7F2FF'

red 199 ◦ green 242 ◦ blue 255

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

Shades of Onahau #C7F2FF

Tints of Onahau #C7F2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.64%

R = 28.59%
G = 34.77%
B = 36.64%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7F2FF (or 0xC7F2FF) is known color: Onahau. HEX triplet: C7, F2 and FF. RGB value is (199,242,255). Sum of RGB (Red+Green+Blue) = 199+242+255=696 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.59% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F2FF is #380D00. Grayscale: #E6E6E6. Windows color (decimal): -3673345 or 16773831. OLE color: 16773831.

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

Color convert

RGB 199 242 255 -
CMYK 0.22 0.05 0 0
HSL 193.93º 1% 0.89% -
HSV(B) 193.93º 0.22% 1% -
XYZ 73.36 82.87 106.74 -
YUV 230.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 199 242 255 0.22 0.05 0 0 193.93 1 0.89
Hex C7 F2 FF 16 5 0 0 C2 64 59
Octal 307 362 377 26 5 0 0 302 144 131
Binary 11000111 11110010 11111111 10110 101 0 0 11000010 1100100 1011001

Color Harmonies of #C7F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F2FF

Black with #C7F2FF

Text Example


Text Example

White with #C7F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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