Html Css Color HEX #02B8F3 Deep Sky Blue

📋 copy color: '#02B8F3'

red 2 ◦ green 184 ◦ blue 243

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

Shades of Deep Sky Blue #02B8F3

Tints of Deep Sky Blue #02B8F3

RGB

 RED value IS 2 (1.17% from 255) = 0.47%

 GREEN value IS 184 (72.27% from 255) = 42.89%

 BLUE value IS 243 (95.31% from 255) = 56.64%

R = 0.47%
G = 42.89%
B = 56.64%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#02B8F3 (or 0x02B8F3) is known color: Deep Sky Blue. HEX triplet: 02, B8 and F3. RGB value is (2,184,243). Sum of RGB (Red+Green+Blue) = 2+184+243=429 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #02B8F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02B8F3 is #FD470C. Grayscale: #878787. Windows color (decimal): -16598797 or 15972354. OLE color: 15972354.

HSL color Cylindrical-coordinate representation of color #02B8F3: hue angle of 194.69º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B8F3 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 184 243 -
CMYK 0.99 0.24 0 0.05
HSL 194.69º 0.98% 0.48% -
HSV(B) 194.69º 0.99% 0.95% -
XYZ 33.34 40.76 90.91 -
YUV 136.31 188.2 32.2 -
System Red Green Blue C M Y K H S L
Decimal 2 184 243 0.99 0.24 0 0.05 194.69 0.98 0.48
Hex 2 B8 F3 63 18 0 5 C3 62 30
Octal 2 270 363 143 30 0 5 303 142 60
Binary 10 10111000 11110011 1100011 11000 0 101 11000011 1100010 110000

Color Harmonies of #02B8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B8F3

Black with #02B8F3

Text Example


Text Example

White with #02B8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02B8F3; }

 p { color: rgb(2,184,243); }

 H1.HeaderClassName
 {
   color: #02B8F3;
 }
 .AnyTagClassName
 {
   color: #02B8F3;
 }
</style>

background-color css

<style>
 a { background-color: #02B8F3; }

 a { background-color: rgb(2,184,243); }

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

border-color css

<style>
 span { border-color: #02B8F3; }

 span { border-color: rgb(2,184,243); }

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