Html Css Color HEX #7FCBFE Light Sky Blue

📋 copy color: '#7FCBFE'

red 127 ◦ green 203 ◦ blue 254

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

Shades of Light Sky Blue #7FCBFE

Tints of Light Sky Blue #7FCBFE

RGB

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

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

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

R = 21.75%
G = 34.76%
B = 43.49%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FCBFE (or 0x7FCBFE) is known color: Light Sky Blue. HEX triplet: 7F, CB and FE. RGB value is (127,203,254). Sum of RGB (Red+Green+Blue) = 127+203+254=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FCBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCBFE is #803401. Grayscale: #B9B9B9. Windows color (decimal): -8401922 or 16698239. OLE color: 16698239.

HSL color Cylindrical-coordinate representation of color #7FCBFE: hue angle of 204.09º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FCBFE is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 203 254 -
CMYK 0.50 0.20 0 0.00
HSL 204.09º 0.98% 0.75% -
HSV(B) 204.09º 0.5% 1% -
XYZ 48 54.38 101.73 -
YUV 186.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 127 203 254 0.50 0.20 0 0.00 204.09 0.98 0.75
Hex 7F CB FE 32 14 0 0 CC 62 4B
Octal 177 313 376 62 24 0 0 314 142 113
Binary 1111111 11001011 11111110 110010 10100 0 0 11001100 1100010 1001011

Color Harmonies of #7FCBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCBFE

Black with #7FCBFE

Text Example


Text Example

White with #7FCBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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