Html Css Color HEX #7FCFEE Sky Blue

📋 copy color: '#7FCFEE'

red 127 ◦ green 207 ◦ blue 238

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

Shades of Sky Blue #7FCFEE

Tints of Sky Blue #7FCFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.19%

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

R = 22.2%
G = 36.19%
B = 41.61%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7FCFEE (or 0x7FCFEE) is known color: Sky Blue. HEX triplet: 7F, CF and EE. RGB value is (127,207,238). Sum of RGB (Red+Green+Blue) = 127+207+238=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FCFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCFEE is #803011. Grayscale: #BABABA. Windows color (decimal): -8400914 or 15650687. OLE color: 15650687.

HSL color Cylindrical-coordinate representation of color #7FCFEE: hue angle of 196.76º 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 #7FCFEE is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 207 238 -
CMYK 0.47 0.13 0 0.07
HSL 196.76º 0.77% 0.72% -
HSV(B) 196.76º 0.47% 0.93% -
XYZ 46.5 55.31 89.11 -
YUV 186.61 157 85.48 -
System Red Green Blue C M Y K H S L
Decimal 127 207 238 0.47 0.13 0 0.07 196.76 0.77 0.72
Hex 7F CF EE 2F D 0 7 C5 4D 48
Octal 177 317 356 57 15 0 7 305 115 110
Binary 1111111 11001111 11101110 101111 1101 0 111 11000101 1001101 1001000

Color Harmonies of #7FCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCFEE

Black with #7FCFEE

Text Example


Text Example

White with #7FCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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