Html Css Color HEX #7FCBFC Light Sky Blue

📋 copy color: '#7FCBFC'

red 127 ◦ green 203 ◦ blue 252

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

Shades of Light Sky Blue #7FCBFC

Tints of Light Sky Blue #7FCBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.88%

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

R = 21.82%
G = 34.88%
B = 43.3%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FCBFC (or 0x7FCBFC) is known color: Light Sky Blue. HEX triplet: 7F, CB and FC. RGB value is (127,203,252). Sum of RGB (Red+Green+Blue) = 127+203+252=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FCBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCBFC is #803403. Grayscale: #B9B9B9. Windows color (decimal): -8401924 or 16567167. OLE color: 16567167.

HSL color Cylindrical-coordinate representation of color #7FCBFC: hue angle of 203.52º 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 #7FCBFC is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 203 252 -
CMYK 0.50 0.19 0 0.01
HSL 203.52º 0.95% 0.74% -
HSV(B) 203.52º 0.5% 0.99% -
XYZ 47.68 54.25 100.05 -
YUV 185.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 127 203 252 0.50 0.19 0 0.01 203.52 0.95 0.74
Hex 7F CB FC 32 13 0 1 CC 5F 4A
Octal 177 313 374 62 23 0 1 314 137 112
Binary 1111111 11001011 11111100 110010 10011 0 1 11001100 1011111 1001010

Color Harmonies of #7FCBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCBFC

Black with #7FCBFC

Text Example


Text Example

White with #7FCBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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