Html Css Color HEX #03BDF8 Deep Sky Blue

📋 copy color: '#03BDF8'

red 3 ◦ green 189 ◦ blue 248

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

Shades of Deep Sky Blue #03BDF8

Tints of Deep Sky Blue #03BDF8

RGB

 RED value IS 3 (1.56% from 255) = 0.68%

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 248 (97.27% from 255) = 56.36%

R = 0.68%
G = 42.95%
B = 56.36%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#03BDF8 (or 0x03BDF8) is known color: Deep Sky Blue. HEX triplet: 03, BD and F8. RGB value is (3,189,248). Sum of RGB (Red+Green+Blue) = 3+189+248=440 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #03BDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BDF8 is #FC4207. Grayscale: #8B8B8B. Windows color (decimal): -16531976 or 16301315. OLE color: 16301315.

HSL color Cylindrical-coordinate representation of color #03BDF8: hue angle of 194.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BDF8 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 3 189 248 -
CMYK 0.99 0.24 0 0.03
HSL 194.45º 0.98% 0.49% -
HSV(B) 194.45º 0.99% 0.97% -
XYZ 35.18 43.19 95.29 -
YUV 140.11 188.88 30.2 -
System Red Green Blue C M Y K H S L
Decimal 3 189 248 0.99 0.24 0 0.03 194.45 0.98 0.49
Hex 3 BD F8 63 18 0 3 C2 62 31
Octal 3 275 370 143 30 0 3 302 142 61
Binary 11 10111101 11111000 1100011 11000 0 11 11000010 1100010 110001

Color Harmonies of #03BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BDF8

Black with #03BDF8

Text Example


Text Example

White with #03BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BDF8; }

 p { color: rgb(3,189,248); }

 H1.HeaderClassName
 {
   color: #03BDF8;
 }
 .AnyTagClassName
 {
   color: #03BDF8;
 }
</style>

background-color css

<style>
 a { background-color: #03BDF8; }

 a { background-color: rgb(3,189,248); }

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

border-color css

<style>
 span { border-color: #03BDF8; }

 span { border-color: rgb(3,189,248); }

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