Html Css Color HEX #08CBF1 Deep Sky Blue

📋 copy color: '#08CBF1'

red 8 ◦ green 203 ◦ blue 241

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

Shades of Deep Sky Blue #08CBF1

Tints of Deep Sky Blue #08CBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.91%

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

R = 1.77%
G = 44.91%
B = 53.32%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#08CBF1 (or 0x08CBF1) is known color: Deep Sky Blue. HEX triplet: 08, CB and F1. RGB value is (8,203,241). Sum of RGB (Red+Green+Blue) = 8+203+241=452 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #08CBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CBF1 is #F7340E. Grayscale: #949494. Windows color (decimal): -16200719 or 15846152. OLE color: 15846152.

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

Color convert

RGB 8 203 241 -
CMYK 0.97 0.16 0 0.05
HSL 189.79º 0.94% 0.49% -
HSV(B) 189.79º 0.97% 0.95% -
XYZ 37.33 49.11 90.73 -
YUV 149.03 179.9 27.41 -
System Red Green Blue C M Y K H S L
Decimal 8 203 241 0.97 0.16 0 0.05 189.79 0.94 0.49
Hex 8 CB F1 61 10 0 5 BE 5E 31
Octal 10 313 361 141 20 0 5 276 136 61
Binary 1000 11001011 11110001 1100001 10000 0 101 10111110 1011110 110001

Color Harmonies of #08CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CBF1

Black with #08CBF1

Text Example


Text Example

White with #08CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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