Html Css Color HEX #7FCFFC Light Sky Blue

📋 copy color: '#7FCFFC'

red 127 ◦ green 207 ◦ blue 252

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

Shades of Light Sky Blue #7FCFFC

Tints of Light Sky Blue #7FCFFC

RGB

 RED value IS 127 (50% from 255) = 21.67%

 GREEN value IS 207 (81.25% from 255) = 35.32%

 BLUE value IS 252 (98.83% from 255) = 43%

R = 21.67%
G = 35.32%
B = 43%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FCFFC (or 0x7FCFFC) is known color: Light Sky Blue. HEX triplet: 7F, CF and FC. RGB value is (127,207,252). Sum of RGB (Red+Green+Blue) = 127+207+252=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FCFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCFFC is #803003. Grayscale: #BBBBBB. Windows color (decimal): -8400900 or 16568191. OLE color: 16568191.

HSL color Cylindrical-coordinate representation of color #7FCFFC: hue angle of 201.6º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FCFFC is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 207 252 -
CMYK 0.50 0.18 0 0.01
HSL 201.6º 0.95% 0.74% -
HSV(B) 201.6º 0.5% 0.99% -
XYZ 48.64 56.17 100.37 -
YUV 188.21 164 84.34 -
System Red Green Blue C M Y K H S L
Decimal 127 207 252 0.50 0.18 0 0.01 201.6 0.95 0.74
Hex 7F CF FC 32 12 0 1 CA 5F 4A
Octal 177 317 374 62 22 0 1 312 137 112
Binary 1111111 11001111 11111100 110010 10010 0 1 11001010 1011111 1001010

Color Harmonies of #7FCFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCFFC

Black with #7FCFFC

Text Example


Text Example

White with #7FCFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCFFC; }

 p { color: rgb(127,207,252); }

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

background-color css

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

 a { background-color: rgb(127,207,252); }

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

border-color css

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

 span { border-color: rgb(127,207,252); }

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