Html Css Color HEX #25BEFC Deep Sky Blue

📋 copy color: '#25BEFC'

red 37 ◦ green 190 ◦ blue 252

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

Shades of Deep Sky Blue #25BEFC

Tints of Deep Sky Blue #25BEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.67%

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 7.72%
G = 39.67%
B = 52.61%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25BEFC (or 0x25BEFC) is known color: Deep Sky Blue. HEX triplet: 25, BE and FC. RGB value is (37,190,252). Sum of RGB (Red+Green+Blue) = 37+190+252=479 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.72% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #25BEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BEFC is #DA4103. Grayscale: #969696. Windows color (decimal): -14303492 or 16563749. OLE color: 16563749.

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

Color convert

RGB 37 190 252 -
CMYK 0.85 0.25 0 0.01
HSL 197.3º 0.97% 0.57% -
HSV(B) 197.3º 0.85% 0.99% -
XYZ 36.75 44.25 98.7 -
YUV 151.32 184.81 46.46 -
System Red Green Blue C M Y K H S L
Decimal 37 190 252 0.85 0.25 0 0.01 197.3 0.97 0.57
Hex 25 BE FC 55 19 0 1 C5 61 39
Octal 45 276 374 125 31 0 1 305 141 71
Binary 100101 10111110 11111100 1010101 11001 0 1 11000101 1100001 111001

Color Harmonies of #25BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BEFC

Black with #25BEFC

Text Example


Text Example

White with #25BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,190,252); }

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

background-color css

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

 a { background-color: rgb(37,190,252); }

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

border-color css

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

 span { border-color: rgb(37,190,252); }

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