Html Css Color HEX #7FCFEB Sky Blue

📋 copy color: '#7FCFEB'

red 127 ◦ green 207 ◦ blue 235

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

Shades of Sky Blue #7FCFEB

Tints of Sky Blue #7FCFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 22.32%
G = 36.38%
B = 41.3%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7FCFEB (or 0x7FCFEB) is known color: Sky Blue. HEX triplet: 7F, CF and EB. RGB value is (127,207,235). Sum of RGB (Red+Green+Blue) = 127+207+235=569 (75% of max value = 765). Red value is 127 (50% from 255 or 22.32% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #7FCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCFEB is #803014. Grayscale: #BABABA. Windows color (decimal): -8400917 or 15454079. OLE color: 15454079.

HSL color Cylindrical-coordinate representation of color #7FCFEB: hue angle of 195.56º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FCFEB is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 207 235 -
CMYK 0.46 0.12 0 0.08
HSL 195.56º 0.73% 0.71% -
HSV(B) 195.56º 0.46% 0.92% -
XYZ 46.06 55.14 86.81 -
YUV 186.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 127 207 235 0.46 0.12 0 0.08 195.56 0.73 0.71
Hex 7F CF EB 2E C 0 8 C4 49 47
Octal 177 317 353 56 14 0 10 304 111 107
Binary 1111111 11001111 11101011 101110 1100 0 1000 11000100 1001001 1000111

Color Harmonies of #7FCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCFEB

Black with #7FCFEB

Text Example


Text Example

White with #7FCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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