Html Css Color HEX #08BFFE Deep Sky Blue

📋 copy color: '#08BFFE'

red 8 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #08BFFE

Tints of Deep Sky Blue #08BFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.07%

R = 1.77%
G = 42.16%
B = 56.07%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#08BFFE (or 0x08BFFE) is known color: Deep Sky Blue. HEX triplet: 08, BF and FE. RGB value is (8,191,254). Sum of RGB (Red+Green+Blue) = 8+191+254=453 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #08BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BFFE is #F74001. Grayscale: #8F8F8F. Windows color (decimal): -16203778 or 16695048. OLE color: 16695048.

HSL color Cylindrical-coordinate representation of color #08BFFE: hue angle of 195.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BFFE is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 8 191 254 -
CMYK 0.97 0.25 0 0.00
HSL 195.37º 0.99% 0.51% -
HSV(B) 195.37º 0.97% 1% -
XYZ 36.62 44.47 100.42 -
YUV 143.47 190.37 31.38 -
System Red Green Blue C M Y K H S L
Decimal 8 191 254 0.97 0.25 0 0.00 195.37 0.99 0.51
Hex 8 BF FE 61 19 0 0 C3 63 33
Octal 10 277 376 141 31 0 0 303 143 63
Binary 1000 10111111 11111110 1100001 11001 0 0 11000011 1100011 110011

Color Harmonies of #08BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BFFE

Black with #08BFFE

Text Example


Text Example

White with #08BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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