Html Css Color HEX #7FCFF0 Sky Blue

📋 copy color: '#7FCFF0'

red 127 ◦ green 207 ◦ blue 240

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

Shades of Sky Blue #7FCFF0

Tints of Sky Blue #7FCFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 22.13%
G = 36.06%
B = 41.81%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7FCFF0 (or 0x7FCFF0) is known color: Sky Blue. HEX triplet: 7F, CF and F0. RGB value is (127,207,240). Sum of RGB (Red+Green+Blue) = 127+207+240=574 (76% of max value = 765). Red value is 127 (50% from 255 or 22.13% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #7FCFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCFF0 is #80300F. Grayscale: #BABABA. Windows color (decimal): -8400912 or 15781759. OLE color: 15781759.

HSL color Cylindrical-coordinate representation of color #7FCFF0: hue angle of 197.52º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FCFF0 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 207 240 -
CMYK 0.47 0.14 0 0.06
HSL 197.52º 0.79% 0.72% -
HSV(B) 197.52º 0.47% 0.94% -
XYZ 46.79 55.43 90.67 -
YUV 186.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 127 207 240 0.47 0.14 0 0.06 197.52 0.79 0.72
Hex 7F CF F0 2F E 0 6 C6 4F 48
Octal 177 317 360 57 16 0 6 306 117 110
Binary 1111111 11001111 11110000 101111 1110 0 110 11000110 1001111 1001000

Color Harmonies of #7FCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCFF0

Black with #7FCFF0

Text Example


Text Example

White with #7FCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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