Html Css Color HEX #08BBF3 Deep Sky Blue

📋 copy color: '#08BBF3'

red 8 ◦ green 187 ◦ blue 243

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

Shades of Deep Sky Blue #08BBF3

Tints of Deep Sky Blue #08BBF3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.69%

 BLUE value IS 243 (95.31% from 255) = 55.48%

R = 1.83%
G = 42.69%
B = 55.48%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#08BBF3 (or 0x08BBF3) is known color: Deep Sky Blue. HEX triplet: 08, BB and F3. RGB value is (8,187,243). Sum of RGB (Red+Green+Blue) = 8+187+243=438 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #08BBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BBF3 is #F7440C. Grayscale: #8B8B8B. Windows color (decimal): -16204813 or 15973128. OLE color: 15973128.

HSL color Cylindrical-coordinate representation of color #08BBF3: hue angle of 194.3º 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 #08BBF3 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 187 243 -
CMYK 0.97 0.23 0 0.05
HSL 194.3º 0.94% 0.49% -
HSV(B) 194.3º 0.97% 0.95% -
XYZ 34.05 42.06 91.12 -
YUV 139.86 186.2 33.95 -
System Red Green Blue C M Y K H S L
Decimal 8 187 243 0.97 0.23 0 0.05 194.3 0.94 0.49
Hex 8 BB F3 61 17 0 5 C2 5E 31
Octal 10 273 363 141 27 0 5 302 136 61
Binary 1000 10111011 11110011 1100001 10111 0 101 11000010 1011110 110001

Color Harmonies of #08BBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BBF3

Black with #08BBF3

Text Example


Text Example

White with #08BBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,187,243); }

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

background-color css

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

 a { background-color: rgb(8,187,243); }

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

border-color css

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

 span { border-color: rgb(8,187,243); }

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