Html Css Color HEX #25BDFF Deep Sky Blue

📋 copy color: '#25BDFF'

red 37 ◦ green 189 ◦ blue 255

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

Shades of Deep Sky Blue #25BDFF

Tints of Deep Sky Blue #25BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.29%

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

R = 7.69%
G = 39.29%
B = 53.01%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25BDFF (or 0x25BDFF) is known color: Deep Sky Blue. HEX triplet: 25, BD and FF. RGB value is (37,189,255). Sum of RGB (Red+Green+Blue) = 37+189+255=481 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.69% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #25BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BDFF is #DA4200. Grayscale: #969696. Windows color (decimal): -14303745 or 16760101. OLE color: 16760101.

HSL color Cylindrical-coordinate representation of color #25BDFF: hue angle of 198.17º 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 #25BDFF is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 189 255 -
CMYK 0.85 0.26 0 0
HSL 198.17º 1% 0.57% -
HSV(B) 198.17º 0.85% 1% -
XYZ 37.01 44.01 101.15 -
YUV 151.08 186.64 46.63 -
System Red Green Blue C M Y K H S L
Decimal 37 189 255 0.85 0.26 0 0 198.17 1 0.57
Hex 25 BD FF 55 1A 0 0 C6 64 39
Octal 45 275 377 125 32 0 0 306 144 71
Binary 100101 10111101 11111111 1010101 11010 0 0 11000110 1100100 111001

Color Harmonies of #25BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDFF

Black with #25BDFF

Text Example


Text Example

White with #25BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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