Html Css Color HEX #7FDCF1 Sky Blue

📋 copy color: '#7FDCF1'

red 127 ◦ green 220 ◦ blue 241

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

Shades of Sky Blue #7FDCF1

Tints of Sky Blue #7FDCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.41%

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 21.6%
G = 37.41%
B = 40.99%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7FDCF1 (or 0x7FDCF1) is known color: Sky Blue. HEX triplet: 7F, DC and F1. RGB value is (127,220,241). Sum of RGB (Red+Green+Blue) = 127+220+241=588 (77% of max value = 765). Red value is 127 (50% from 255 or 21.60% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #7FDCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDCF1 is #80230E. Grayscale: #C2C2C2. Windows color (decimal): -8397583 or 15850623. OLE color: 15850623.

HSL color Cylindrical-coordinate representation of color #7FDCF1: hue angle of 191.05º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FDCF1 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 220 241 -
CMYK 0.47 0.09 0 0.05
HSL 191.05º 0.8% 0.72% -
HSV(B) 191.05º 0.47% 0.95% -
XYZ 50.22 62.05 92.55 -
YUV 194.59 154.19 79.79 -
System Red Green Blue C M Y K H S L
Decimal 127 220 241 0.47 0.09 0 0.05 191.05 0.8 0.72
Hex 7F DC F1 2F 9 0 5 BF 50 48
Octal 177 334 361 57 11 0 5 277 120 110
Binary 1111111 11011100 11110001 101111 1001 0 101 10111111 1010000 1001000

Color Harmonies of #7FDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDCF1

Black with #7FDCF1

Text Example


Text Example

White with #7FDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,220,241); }

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

background-color css

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

 a { background-color: rgb(127,220,241); }

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

border-color css

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

 span { border-color: rgb(127,220,241); }

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