Html Css Color HEX #00BAEC Deep Sky Blue

📋 copy color: '#00BAEC'

red 0 ◦ green 186 ◦ blue 236

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

Shades of Deep Sky Blue #00BAEC

Tints of Deep Sky Blue #00BAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 0%
G = 44.08%
B = 55.92%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#00BAEC (or 0x00BAEC) is known color: Deep Sky Blue. HEX triplet: 00, BA and EC. RGB value is (0,186,236). Sum of RGB (Red+Green+Blue) = 0+186+236=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #00BAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BAEC is #FF4513. Grayscale: #878787. Windows color (decimal): -16729364 or 15514112. OLE color: 15514112.

HSL color Cylindrical-coordinate representation of color #00BAEC: hue angle of 192.71º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BAEC is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 186 236 -
CMYK 1 0.21 0 0.07
HSL 192.71º 1% 0.46% -
HSV(B) 192.71º 1% 0.93% -
XYZ 32.7 41.17 85.58 -
YUV 136.09 184.38 30.93 -
System Red Green Blue C M Y K H S L
Decimal 0 186 236 1 0.21 0 0.07 192.71 1 0.46
Hex 0 BA EC 64 15 0 7 C1 64 2E
Octal 0 272 354 144 25 0 7 301 144 56
Binary 0 10111010 11101100 1100100 10101 0 111 11000001 1100100 101110

Color Harmonies of #00BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BAEC

Black with #00BAEC

Text Example


Text Example

White with #00BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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