Html Css Color HEX #7FCDEC Sky Blue

📋 copy color: '#7FCDEC'

red 127 ◦ green 205 ◦ blue 236

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

Shades of Sky Blue #7FCDEC

Tints of Sky Blue #7FCDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.09%

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 22.36%
G = 36.09%
B = 41.55%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7FCDEC (or 0x7FCDEC) is known color: Sky Blue. HEX triplet: 7F, CD and EC. RGB value is (127,205,236). Sum of RGB (Red+Green+Blue) = 127+205+236=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FCDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCDEC is #803213. Grayscale: #B9B9B9. Windows color (decimal): -8401428 or 15519103. OLE color: 15519103.

HSL color Cylindrical-coordinate representation of color #7FCDEC: hue angle of 197.06º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FCDEC is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 205 236 -
CMYK 0.46 0.13 0 0.07
HSL 197.06º 0.74% 0.71% -
HSV(B) 197.06º 0.46% 0.93% -
XYZ 45.72 54.23 87.41 -
YUV 185.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 127 205 236 0.46 0.13 0 0.07 197.06 0.74 0.71
Hex 7F CD EC 2E D 0 7 C5 4A 47
Octal 177 315 354 56 15 0 7 305 112 107
Binary 1111111 11001101 11101100 101110 1101 0 111 11000101 1001010 1000111

Color Harmonies of #7FCDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCDEC

Black with #7FCDEC

Text Example


Text Example

White with #7FCDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,205,236); }

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

background-color css

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

 a { background-color: rgb(127,205,236); }

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

border-color css

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

 span { border-color: rgb(127,205,236); }

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