Html Css Color HEX #C7FAFF Light Cyan

📋 copy color: '#C7FAFF'

red 199 ◦ green 250 ◦ blue 255

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

Shades of Light Cyan #C7FAFF

Tints of Light Cyan #C7FAFF

RGB

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

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

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

R = 28.27%
G = 35.51%
B = 36.22%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7FAFF (or 0xC7FAFF) is known color: Light Cyan. HEX triplet: C7, FA and FF. RGB value is (199,250,255). Sum of RGB (Red+Green+Blue) = 199+250+255=704 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.27% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FAFF is #380500. Grayscale: #EBEBEB. Windows color (decimal): -3671297 or 16775879. OLE color: 16775879.

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

Color convert

RGB 199 250 255 -
CMYK 0.22 0.02 0 0
HSL 185.36º 1% 0.89% -
HSV(B) 185.36º 0.22% 1% -
XYZ 75.79 87.73 107.55 -
YUV 235.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 199 250 255 0.22 0.02 0 0 185.36 1 0.89
Hex C7 FA FF 16 2 0 0 B9 64 59
Octal 307 372 377 26 2 0 0 271 144 131
Binary 11000111 11111010 11111111 10110 10 0 0 10111001 1100100 1011001

Color Harmonies of #C7FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FAFF

Black with #C7FAFF

Text Example


Text Example

White with #C7FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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