Html Css Color HEX #25CEFF Deep Sky Blue

📋 copy color: '#25CEFF'

red 37 ◦ green 206 ◦ blue 255

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

Shades of Deep Sky Blue #25CEFF

Tints of Deep Sky Blue #25CEFF

RGB

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

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

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

R = 7.43%
G = 41.37%
B = 51.2%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25CEFF (or 0x25CEFF) is known color: Deep Sky Blue. HEX triplet: 25, CE and FF. RGB value is (37,206,255). Sum of RGB (Red+Green+Blue) = 37+206+255=498 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.43% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #25CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CEFF is #DA3100. Grayscale: #A0A0A0. Windows color (decimal): -14299393 or 16764453. OLE color: 16764453.

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

Color convert

RGB 37 206 255 -
CMYK 0.85 0.19 0 0
HSL 193.49º 1% 0.57% -
HSV(B) 193.49º 0.85% 1% -
XYZ 40.88 51.76 102.44 -
YUV 161.06 181.01 39.52 -
System Red Green Blue C M Y K H S L
Decimal 37 206 255 0.85 0.19 0 0 193.49 1 0.57
Hex 25 CE FF 55 13 0 0 C1 64 39
Octal 45 316 377 125 23 0 0 301 144 71
Binary 100101 11001110 11111111 1010101 10011 0 0 11000001 1100100 111001

Color Harmonies of #25CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CEFF

Black with #25CEFF

Text Example


Text Example

White with #25CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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