Html Css Color HEX #25BDCB Summer Sky

📋 copy color: '#25BDCB'

red 37 ◦ green 189 ◦ blue 203

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

Shades of Summer Sky #25BDCB

Tints of Summer Sky #25BDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 8.62%
G = 44.06%
B = 47.32%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#25BDCB (or 0x25BDCB) is known color: Summer Sky. HEX triplet: 25, BD and CB. RGB value is (37,189,203). Sum of RGB (Red+Green+Blue) = 37+189+203=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #25BDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDCB is #DA4234. Grayscale: #909090. Windows color (decimal): -14303797 or 13352229. OLE color: 13352229.

HSL color Cylindrical-coordinate representation of color #25BDCB: hue angle of 185.06º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25BDCB is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 189 203 -
CMYK 0.82 0.07 0 0.20
HSL 185.06º 0.69% 0.47% -
HSV(B) 185.06º 0.82% 0.8% -
XYZ 29.74 41.1 62.87 -
YUV 145.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 37 189 203 0.82 0.07 0 0.20 185.06 0.69 0.47
Hex 25 BD CB 52 7 0 14 B9 45 2F
Octal 45 275 313 122 7 0 24 271 105 57
Binary 100101 10111101 11001011 1010010 111 0 10100 10111001 1000101 101111

Color Harmonies of #25BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDCB

Black with #25BDCB

Text Example


Text Example

White with #25BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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