Html Css Color HEX #25CFFB Deep Sky Blue

📋 copy color: '#25CFFB'

red 37 ◦ green 207 ◦ blue 251

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

Shades of Deep Sky Blue #25CFFB

Tints of Deep Sky Blue #25CFFB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.82%

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 7.47%
G = 41.82%
B = 50.71%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#25CFFB (or 0x25CFFB) is known color: Deep Sky Blue. HEX triplet: 25, CF and FB. RGB value is (37,207,251). Sum of RGB (Red+Green+Blue) = 37+207+251=495 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.47% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #25CFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CFFB is #DA3004. Grayscale: #A0A0A0. Windows color (decimal): -14299141 or 16502565. OLE color: 16502565.

HSL color Cylindrical-coordinate representation of color #25CFFB: hue angle of 192.34º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25CFFB is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 207 251 -
CMYK 0.85 0.18 0 0.02
HSL 192.34º 0.96% 0.56% -
HSV(B) 192.34º 0.85% 0.98% -
XYZ 40.49 51.98 99.17 -
YUV 161.19 178.68 39.42 -
System Red Green Blue C M Y K H S L
Decimal 37 207 251 0.85 0.18 0 0.02 192.34 0.96 0.56
Hex 25 CF FB 55 12 0 2 C0 60 38
Octal 45 317 373 125 22 0 2 300 140 70
Binary 100101 11001111 11111011 1010101 10010 0 10 11000000 1100000 111000

Color Harmonies of #25CFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CFFB

Black with #25CFFB

Text Example


Text Example

White with #25CFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,207,251); }

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

background-color css

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

 a { background-color: rgb(37,207,251); }

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

border-color css

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

 span { border-color: rgb(37,207,251); }

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