Html Css Color HEX #00BCFD Deep Sky Blue

📋 copy color: '#00BCFD'

red 0 ◦ green 188 ◦ blue 253

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

Shades of Deep Sky Blue #00BCFD

Tints of Deep Sky Blue #00BCFD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 188 (73.83% from 255) = 42.63%

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 0%
G = 42.63%
B = 57.37%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00BCFD (or 0x00BCFD) is known color: Deep Sky Blue. HEX triplet: 00, BC and FD. RGB value is (0,188,253). Sum of RGB (Red+Green+Blue) = 0+188+253=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #00BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCFD is #FF4302. Grayscale: #8A8A8A. Windows color (decimal): -16728835 or 16628736. OLE color: 16628736.

HSL color Cylindrical-coordinate representation of color #00BCFD: hue angle of 195.42º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCFD is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 188 253 -
CMYK 1 0.26 0 0.01
HSL 195.42º 1% 0.5% -
HSV(B) 195.42º 1% 0.99% -
XYZ 35.71 43.06 99.36 -
YUV 139.2 192.22 28.71 -
System Red Green Blue C M Y K H S L
Decimal 0 188 253 1 0.26 0 0.01 195.42 1 0.5
Hex 0 BC FD 64 1A 0 1 C3 64 32
Octal 0 274 375 144 32 0 1 303 144 62
Binary 0 10111100 11111101 1100100 11010 0 1 11000011 1100100 110010

Color Harmonies of #00BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCFD

Black with #00BCFD

Text Example


Text Example

White with #00BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BCFD; }

 p { color: rgb(0,188,253); }

 H1.HeaderClassName
 {
   color: #00BCFD;
 }
 .AnyTagClassName
 {
   color: #00BCFD;
 }
</style>

background-color css

<style>
 a { background-color: #00BCFD; }

 a { background-color: rgb(0,188,253); }

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

border-color css

<style>
 span { border-color: #00BCFD; }

 span { border-color: rgb(0,188,253); }

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