Html Css Color HEX #25BCCC Summer Sky

📋 copy color: '#25BCCC'

red 37 ◦ green 188 ◦ blue 204

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

Shades of Summer Sky #25BCCC

Tints of Summer Sky #25BCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.82%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 8.62%
G = 43.82%
B = 47.55%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#25BCCC (or 0x25BCCC) is known color: Summer Sky. HEX triplet: 25, BC and CC. RGB value is (37,188,204). Sum of RGB (Red+Green+Blue) = 37+188+204=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #25BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BCCC is #DA4333. Grayscale: #909090. Windows color (decimal): -14304052 or 13417509. OLE color: 13417509.

HSL color Cylindrical-coordinate representation of color #25BCCC: hue angle of 185.75º 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 #25BCCC is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 188 204 -
CMYK 0.82 0.08 0 0.2
HSL 185.75º 0.69% 0.47% -
HSV(B) 185.75º 0.82% 0.8% -
XYZ 29.65 40.72 63.42 -
YUV 144.68 161.47 51.2 -
System Red Green Blue C M Y K H S L
Decimal 37 188 204 0.82 0.08 0 0.2 185.75 0.69 0.47
Hex 25 BC CC 52 8 0 14 BA 45 2F
Octal 45 274 314 122 10 0 24 272 105 57
Binary 100101 10111100 11001100 1010010 1000 0 10100 10111010 1000101 101111

Color Harmonies of #25BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BCCC

Black with #25BCCC

Text Example


Text Example

White with #25BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,188,204); }

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

background-color css

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

 a { background-color: rgb(37,188,204); }

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

border-color css

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

 span { border-color: rgb(37,188,204); }

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