Html Css Color HEX #7FCAFF Light Sky Blue

📋 copy color: '#7FCAFF'

red 127 ◦ green 202 ◦ blue 255

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

Shades of Light Sky Blue #7FCAFF

Tints of Light Sky Blue #7FCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.59%

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

R = 21.75%
G = 34.59%
B = 43.66%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7FCAFF (or 0x7FCAFF) is known color: Light Sky Blue. HEX triplet: 7F, CA and FF. RGB value is (127,202,255). Sum of RGB (Red+Green+Blue) = 127+202+255=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCAFF is #803500. Grayscale: #B9B9B9. Windows color (decimal): -8402177 or 16763519. OLE color: 16763519.

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

Color convert

RGB 127 202 255 -
CMYK 0.50 0.21 0 0
HSL 204.84º 1% 0.75% -
HSV(B) 204.84º 0.5% 1% -
XYZ 47.92 53.97 102.5 -
YUV 185.62 167.15 86.19 -
System Red Green Blue C M Y K H S L
Decimal 127 202 255 0.50 0.21 0 0 204.84 1 0.75
Hex 7F CA FF 32 15 0 0 CD 64 4B
Octal 177 312 377 62 25 0 0 315 144 113
Binary 1111111 11001010 11111111 110010 10101 0 0 11001101 1100100 1001011

Color Harmonies of #7FCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCAFF

Black with #7FCAFF

Text Example


Text Example

White with #7FCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,202,255); }

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

background-color css

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

 a { background-color: rgb(127,202,255); }

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

border-color css

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

 span { border-color: rgb(127,202,255); }

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