Html Css Color HEX #25CEFC Deep Sky Blue

📋 copy color: '#25CEFC'

red 37 ◦ green 206 ◦ blue 252

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

Shades of Deep Sky Blue #25CEFC

Tints of Deep Sky Blue #25CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

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

R = 7.47%
G = 41.62%
B = 50.91%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25CEFC (or 0x25CEFC) is known color: Deep Sky Blue. HEX triplet: 25, CE and FC. RGB value is (37,206,252). Sum of RGB (Red+Green+Blue) = 37+206+252=495 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.47% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #25CEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CEFC is #DA3103. Grayscale: #A0A0A0. Windows color (decimal): -14299396 or 16567845. OLE color: 16567845.

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

Color convert

RGB 37 206 252 -
CMYK 0.85 0.18 0 0.01
HSL 192.84º 0.97% 0.57% -
HSV(B) 192.84º 0.85% 0.99% -
XYZ 40.4 51.56 99.92 -
YUV 160.71 179.51 39.76 -
System Red Green Blue C M Y K H S L
Decimal 37 206 252 0.85 0.18 0 0.01 192.84 0.97 0.57
Hex 25 CE FC 55 12 0 1 C1 61 39
Octal 45 316 374 125 22 0 1 301 141 71
Binary 100101 11001110 11111100 1010101 10010 0 1 11000001 1100001 111001

Color Harmonies of #25CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CEFC

Black with #25CEFC

Text Example


Text Example

White with #25CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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