Html Css Color HEX #8BD6F1 Sky Blue

📋 copy color: '#8BD6F1'

red 139 ◦ green 214 ◦ blue 241

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

Shades of Sky Blue #8BD6F1

Tints of Sky Blue #8BD6F1

RGB

 RED value IS 139 (54.69% from 255) = 23.4%

 GREEN value IS 214 (83.98% from 255) = 36.03%

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 23.4%
G = 36.03%
B = 40.57%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BD6F1 (or 0x8BD6F1) is known color: Sky Blue. HEX triplet: 8B, D6 and F1. RGB value is (139,214,241). Sum of RGB (Red+Green+Blue) = 139+214+241=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BD6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD6F1 is #74290E. Grayscale: #C2C2C2. Windows color (decimal): -7612687 or 15849099. OLE color: 15849099.

HSL color Cylindrical-coordinate representation of color #8BD6F1: hue angle of 195.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD6F1 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 214 241 -
CMYK 0.42 0.11 0 0.05
HSL 195.88º 0.78% 0.75% -
HSV(B) 195.88º 0.42% 0.95% -
XYZ 50.57 59.93 92.12 -
YUV 194.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 139 214 241 0.42 0.11 0 0.05 195.88 0.78 0.75
Hex 8B D6 F1 2A B 0 5 C4 4E 4B
Octal 213 326 361 52 13 0 5 304 116 113
Binary 10001011 11010110 11110001 101010 1011 0 101 11000100 1001110 1001011

Color Harmonies of #8BD6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD6F1

Black with #8BD6F1

Text Example


Text Example

White with #8BD6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BD6F1; }

 p { color: rgb(139,214,241); }

 H1.HeaderClassName
 {
   color: #8BD6F1;
 }
 .AnyTagClassName
 {
   color: #8BD6F1;
 }
</style>

background-color css

<style>
 a { background-color: #8BD6F1; }

 a { background-color: rgb(139,214,241); }

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

border-color css

<style>
 span { border-color: #8BD6F1; }

 span { border-color: rgb(139,214,241); }

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