#7fcee6

Color #7FCEE6 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7FCEE6

Tints of Sky Blue #7FCEE6

Color information

#7FCEE6 (or 0x7FCEE6) is unknown color: approx Sky Blue. HEX triplet: 7F, CE and E6. RGB value is (127,206,230). Sum of RGB (Red+Green+Blue) = 127+206+230=563 (74% of max value = 765). Red value is 127 (50% from 255 or 22.56% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #7FCEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCEE6 is #803119. Grayscale: #B8B8B8. Windows color (decimal): -8401178 or 15126143. OLE color: 15126143.

HSL color Cylindrical-coordinate representation of color #7FCEE6: hue angle of 193.98º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FCEE6 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB127206230-
CMYK0.450.1000.10
HSL193.98º67.32%70%-
HSV(B)193.98º44.78%90.2%-
XYZ45.1154.3782.98-
YUV185.11153.3386.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.56%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 230 (90.23% from 255) = 40.85%
R=22.56%
G=36.59%
B=40.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1272062300.450.1000.10193.9867.3270
Hex7FCEE62DA0Ac24346
Octal1773163465512012302103106
Binary111111111001110111001101011011010010101100001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fcee6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,206,230); }

 H1.HeaderClassName
 {
   color: #7fcee6;
 }
 .AnyTagClassName
 {
   color: #7fcee6;
 }
</style>
background-color css

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

 a { background-color: rgb(127,206,230); }

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

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

 span { border-color: rgb(127,206,230); }

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