Html Css Color HEX #00B2E7 Deep Sky Blue

📋 copy color: '#00B2E7'

red 0 ◦ green 178 ◦ blue 231

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

Shades of Deep Sky Blue #00B2E7

Tints of Deep Sky Blue #00B2E7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.52%

 BLUE value IS 231 (90.63% from 255) = 56.48%

R = 0%
G = 43.52%
B = 56.48%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#00B2E7 (or 0x00B2E7) is known color: Deep Sky Blue. HEX triplet: 00, B2 and E7. RGB value is (0,178,231). Sum of RGB (Red+Green+Blue) = 0+178+231=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #00B2E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00B2E7 is #FF4D18. Grayscale: #828282. Windows color (decimal): -16731417 or 15184384. OLE color: 15184384.

HSL color Cylindrical-coordinate representation of color #00B2E7: hue angle of 193.77º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B2E7 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 178 231 -
CMYK 1 0.23 0 0.09
HSL 193.77º 1% 0.45% -
HSV(B) 193.77º 1% 0.91% -
XYZ 30.34 37.61 81.26 -
YUV 130.82 184.53 34.69 -
System Red Green Blue C M Y K H S L
Decimal 0 178 231 1 0.23 0 0.09 193.77 1 0.45
Hex 0 B2 E7 64 17 0 9 C2 64 2D
Octal 0 262 347 144 27 0 11 302 144 55
Binary 0 10110010 11100111 1100100 10111 0 1001 11000010 1100100 101101

Color Harmonies of #00B2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B2E7

Black with #00B2E7

Text Example


Text Example

White with #00B2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,178,231); }

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

background-color css

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

 a { background-color: rgb(0,178,231); }

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

border-color css

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

 span { border-color: rgb(0,178,231); }

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