Html Css Color HEX #8BDBF1 Sky Blue

📋 copy color: '#8BDBF1'

red 139 ◦ green 219 ◦ blue 241

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

Shades of Sky Blue #8BDBF1

Tints of Sky Blue #8BDBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

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

R = 23.21%
G = 36.56%
B = 40.23%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BDBF1 (or 0x8BDBF1) is known color: Sky Blue. HEX triplet: 8B, DB and F1. RGB value is (139,219,241). Sum of RGB (Red+Green+Blue) = 139+219+241=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BDBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBF1 is #74240E. Grayscale: #C5C5C5. Windows color (decimal): -7611407 or 15850379. OLE color: 15850379.

HSL color Cylindrical-coordinate representation of color #8BDBF1: hue angle of 192.94º 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 #8BDBF1 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 219 241 -
CMYK 0.42 0.09 0 0.05
HSL 192.94º 0.78% 0.75% -
HSV(B) 192.94º 0.42% 0.95% -
XYZ 51.86 62.5 92.55 -
YUV 197.59 152.5 86.21 -
System Red Green Blue C M Y K H S L
Decimal 139 219 241 0.42 0.09 0 0.05 192.94 0.78 0.75
Hex 8B DB F1 2A 9 0 5 C1 4E 4B
Octal 213 333 361 52 11 0 5 301 116 113
Binary 10001011 11011011 11110001 101010 1001 0 101 11000001 1001110 1001011

Color Harmonies of #8BDBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDBF1

Black with #8BDBF1

Text Example


Text Example

White with #8BDBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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