Html Css Color HEX #00BFFD Deep Sky Blue

📋 copy color: '#00BFFD'

red 0 ◦ green 191 ◦ blue 253

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

Shades of Deep Sky Blue #00BFFD

Tints of Deep Sky Blue #00BFFD

RGB

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

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

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

R = 0%
G = 43.02%
B = 56.98%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00BFFD (or 0x00BFFD) is known color: Deep Sky Blue. HEX triplet: 00, BF and FD. RGB value is (0,191,253). Sum of RGB (Red+Green+Blue) = 0+191+253=444 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #00BFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BFFD is #FF4002. Grayscale: #8C8C8C. Windows color (decimal): -16728067 or 16629504. OLE color: 16629504.

HSL color Cylindrical-coordinate representation of color #00BFFD: hue angle of 194.7º 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 #00BFFD is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 191 253 -
CMYK 1 0.25 0 0.01
HSL 194.7º 1% 0.5% -
HSV(B) 194.7º 1% 0.99% -
XYZ 36.36 44.35 99.57 -
YUV 140.96 191.22 27.46 -
System Red Green Blue C M Y K H S L
Decimal 0 191 253 1 0.25 0 0.01 194.7 1 0.5
Hex 0 BF FD 64 19 0 1 C3 64 32
Octal 0 277 375 144 31 0 1 303 144 62
Binary 0 10111111 11111101 1100100 11001 0 1 11000011 1100100 110010

Color Harmonies of #00BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFFD

Black with #00BFFD

Text Example


Text Example

White with #00BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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