Html Css Color HEX #7FDDEE Sky Blue

📋 copy color: '#7FDDEE'

red 127 ◦ green 221 ◦ blue 238

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

Shades of Sky Blue #7FDDEE

Tints of Sky Blue #7FDDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.71%

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 21.67%
G = 37.71%
B = 40.61%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7FDDEE (or 0x7FDDEE) is known color: Sky Blue. HEX triplet: 7F, DD and EE. RGB value is (127,221,238). Sum of RGB (Red+Green+Blue) = 127+221+238=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDEE is #802211. Grayscale: #C2C2C2. Windows color (decimal): -8397330 or 15654271. OLE color: 15654271.

HSL color Cylindrical-coordinate representation of color #7FDDEE: hue angle of 189.19º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FDDEE is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 221 238 -
CMYK 0.47 0.07 0 0.07
HSL 189.19º 0.77% 0.72% -
HSV(B) 189.19º 0.47% 0.93% -
XYZ 50.04 62.4 90.3 -
YUV 194.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 127 221 238 0.47 0.07 0 0.07 189.19 0.77 0.72
Hex 7F DD EE 2F 7 0 7 BD 4D 48
Octal 177 335 356 57 7 0 7 275 115 110
Binary 1111111 11011101 11101110 101111 111 0 111 10111101 1001101 1001000

Color Harmonies of #7FDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDDEE

Black with #7FDDEE

Text Example


Text Example

White with #7FDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,221,238); }

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

background-color css

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

 a { background-color: rgb(127,221,238); }

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

border-color css

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

 span { border-color: rgb(127,221,238); }

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