Html Css Color HEX #08BFF1 Deep Sky Blue

📋 copy color: '#08BFF1'

red 8 ◦ green 191 ◦ blue 241

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

Shades of Deep Sky Blue #08BFF1

Tints of Deep Sky Blue #08BFF1

RGB

 RED value IS 8 (3.52% from 255) = 1.82%

 GREEN value IS 191 (75% from 255) = 43.41%

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

R = 1.82%
G = 43.41%
B = 54.77%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#08BFF1 (or 0x08BFF1) is known color: Deep Sky Blue. HEX triplet: 08, BF and F1. RGB value is (8,191,241). Sum of RGB (Red+Green+Blue) = 8+191+241=440 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #08BFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BFF1 is #F7400E. Grayscale: #8D8D8D. Windows color (decimal): -16203791 or 15843080. OLE color: 15843080.

HSL color Cylindrical-coordinate representation of color #08BFF1: hue angle of 192.88º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BFF1 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 191 241 -
CMYK 0.97 0.21 0 0.05
HSL 192.88º 0.94% 0.49% -
HSV(B) 192.88º 0.97% 0.95% -
XYZ 34.61 43.66 89.82 -
YUV 141.98 183.87 32.43 -
System Red Green Blue C M Y K H S L
Decimal 8 191 241 0.97 0.21 0 0.05 192.88 0.94 0.49
Hex 8 BF F1 61 15 0 5 C1 5E 31
Octal 10 277 361 141 25 0 5 301 136 61
Binary 1000 10111111 11110001 1100001 10101 0 101 11000001 1011110 110001

Color Harmonies of #08BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BFF1

Black with #08BFF1

Text Example


Text Example

White with #08BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BFF1; }

 p { color: rgb(8,191,241); }

 H1.HeaderClassName
 {
   color: #08BFF1;
 }
 .AnyTagClassName
 {
   color: #08BFF1;
 }
</style>

background-color css

<style>
 a { background-color: #08BFF1; }

 a { background-color: rgb(8,191,241); }

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

border-color css

<style>
 span { border-color: #08BFF1; }

 span { border-color: rgb(8,191,241); }

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