Html Css Color HEX #00BAEE Deep Sky Blue

📋 copy color: '#00BAEE'

red 0 ◦ green 186 ◦ blue 238

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

Shades of Deep Sky Blue #00BAEE

Tints of Deep Sky Blue #00BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.13%

R = 0%
G = 43.87%
B = 56.13%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#00BAEE (or 0x00BAEE) is known color: Deep Sky Blue. HEX triplet: 00, BA and EE. RGB value is (0,186,238). Sum of RGB (Red+Green+Blue) = 0+186+238=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #00BAEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BAEE is #FF4511. Grayscale: #878787. Windows color (decimal): -16729362 or 15645184. OLE color: 15645184.

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

Color convert

RGB 0 186 238 -
CMYK 1 0.22 0 0.07
HSL 193.11º 1% 0.47% -
HSV(B) 193.11º 1% 0.93% -
XYZ 32.99 41.29 87.12 -
YUV 136.31 185.38 30.77 -
System Red Green Blue C M Y K H S L
Decimal 0 186 238 1 0.22 0 0.07 193.11 1 0.47
Hex 0 BA EE 64 16 0 7 C1 64 2F
Octal 0 272 356 144 26 0 7 301 144 57
Binary 0 10111010 11101110 1100100 10110 0 111 11000001 1100100 101111

Color Harmonies of #00BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BAEE

Black with #00BAEE

Text Example


Text Example

White with #00BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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