Html Css Color HEX #C7FAFE Light Cyan

📋 copy color: '#C7FAFE'

red 199 ◦ green 250 ◦ blue 254

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

Shades of Light Cyan #C7FAFE

Tints of Light Cyan #C7FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.56%

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

R = 28.31%
G = 35.56%
B = 36.13%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7FAFE (or 0xC7FAFE) is known color: Light Cyan. HEX triplet: C7, FA and FE. RGB value is (199,250,254). Sum of RGB (Red+Green+Blue) = 199+250+254=703 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.31% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FAFE is #380501. Grayscale: #EBEBEB. Windows color (decimal): -3671298 or 16710343. OLE color: 16710343.

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

Color convert

RGB 199 250 254 -
CMYK 0.22 0.02 0 0.00
HSL 184.36º 0.96% 0.89% -
HSV(B) 184.36º 0.22% 1% -
XYZ 75.63 87.67 106.7 -
YUV 235.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 199 250 254 0.22 0.02 0 0.00 184.36 0.96 0.89
Hex C7 FA FE 16 2 0 0 B8 60 59
Octal 307 372 376 26 2 0 0 270 140 131
Binary 11000111 11111010 11111110 10110 10 0 0 10111000 1100000 1011001

Color Harmonies of #C7FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FAFE

Black with #C7FAFE

Text Example


Text Example

White with #C7FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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