Html Css Color HEX #00BAFB Deep Sky Blue

📋 copy color: '#00BAFB'

red 0 ◦ green 186 ◦ blue 251

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

Shades of Deep Sky Blue #00BAFB

Tints of Deep Sky Blue #00BAFB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 251 (98.44% from 255) = 57.44%

R = 0%
G = 42.56%
B = 57.44%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00BAFB (or 0x00BAFB) is known color: Deep Sky Blue. HEX triplet: 00, BA and FB. RGB value is (0,186,251). Sum of RGB (Red+Green+Blue) = 0+186+251=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #00BAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BAFB is #FF4504. Grayscale: #898989. Windows color (decimal): -16729349 or 16497152. OLE color: 16497152.

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

Color convert

RGB 0 186 251 -
CMYK 1 0.26 0 0.02
HSL 195.54º 1% 0.49% -
HSV(B) 195.54º 1% 0.98% -
XYZ 34.97 42.08 97.55 -
YUV 137.8 191.88 29.71 -
System Red Green Blue C M Y K H S L
Decimal 0 186 251 1 0.26 0 0.02 195.54 1 0.49
Hex 0 BA FB 64 1A 0 2 C4 64 31
Octal 0 272 373 144 32 0 2 304 144 61
Binary 0 10111010 11111011 1100100 11010 0 10 11000100 1100100 110001

Color Harmonies of #00BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BAFB

Black with #00BAFB

Text Example


Text Example

White with #00BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,186,251); }

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

background-color css

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

 a { background-color: rgb(0,186,251); }

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

border-color css

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

 span { border-color: rgb(0,186,251); }

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