Html Css Color HEX #02BAF1 Deep Sky Blue

📋 copy color: '#02BAF1'

red 2 ◦ green 186 ◦ blue 241

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

Shades of Deep Sky Blue #02BAF1

Tints of Deep Sky Blue #02BAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.18%

R = 0.47%
G = 43.36%
B = 56.18%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#02BAF1 (or 0x02BAF1) is known color: Deep Sky Blue. HEX triplet: 02, BA and F1. RGB value is (2,186,241). Sum of RGB (Red+Green+Blue) = 2+186+241=429 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #02BAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BAF1 is #FD450E. Grayscale: #888888. Windows color (decimal): -16598287 or 15841794. OLE color: 15841794.

HSL color Cylindrical-coordinate representation of color #02BAF1: hue angle of 193.81º 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 #02BAF1 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 186 241 -
CMYK 0.99 0.23 0 0.05
HSL 193.81º 0.98% 0.48% -
HSV(B) 193.81º 0.99% 0.95% -
XYZ 33.46 41.48 89.46 -
YUV 137.25 186.54 31.53 -
System Red Green Blue C M Y K H S L
Decimal 2 186 241 0.99 0.23 0 0.05 193.81 0.98 0.48
Hex 2 BA F1 63 17 0 5 C2 62 30
Octal 2 272 361 143 27 0 5 302 142 60
Binary 10 10111010 11110001 1100011 10111 0 101 11000010 1100010 110000

Color Harmonies of #02BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BAF1

Black with #02BAF1

Text Example


Text Example

White with #02BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,186,241); }

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

background-color css

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

 a { background-color: rgb(2,186,241); }

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

border-color css

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

 span { border-color: rgb(2,186,241); }

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