Html Css Color HEX #25BAFF Deep Sky Blue

📋 copy color: '#25BAFF'

red 37 ◦ green 186 ◦ blue 255

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

Shades of Deep Sky Blue #25BAFF

Tints of Deep Sky Blue #25BAFF

RGB

 RED value IS 37 (14.84% from 255) = 7.74%

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

 BLUE value IS 255 (100% from 255) = 53.35%

R = 7.74%
G = 38.91%
B = 53.35%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25BAFF (or 0x25BAFF) is known color: Deep Sky Blue. HEX triplet: 25, BA and FF. RGB value is (37,186,255). Sum of RGB (Red+Green+Blue) = 37+186+255=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #25BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BAFF is #DA4500. Grayscale: #949494. Windows color (decimal): -14304513 or 16759333. OLE color: 16759333.

HSL color Cylindrical-coordinate representation of color #25BAFF: hue angle of 198.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25BAFF is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 186 255 -
CMYK 0.85 0.27 0 0
HSL 198.99º 1% 0.57% -
HSV(B) 198.99º 0.85% 1% -
XYZ 36.37 42.73 100.94 -
YUV 149.32 187.64 47.89 -
System Red Green Blue C M Y K H S L
Decimal 37 186 255 0.85 0.27 0 0 198.99 1 0.57
Hex 25 BA FF 55 1B 0 0 C7 64 39
Octal 45 272 377 125 33 0 0 307 144 71
Binary 100101 10111010 11111111 1010101 11011 0 0 11000111 1100100 111001

Color Harmonies of #25BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BAFF

Black with #25BAFF

Text Example


Text Example

White with #25BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25BAFF; }

 p { color: rgb(37,186,255); }

 H1.HeaderClassName
 {
   color: #25BAFF;
 }
 .AnyTagClassName
 {
   color: #25BAFF;
 }
</style>

background-color css

<style>
 a { background-color: #25BAFF; }

 a { background-color: rgb(37,186,255); }

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

border-color css

<style>
 span { border-color: #25BAFF; }

 span { border-color: rgb(37,186,255); }

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