Html Css Color HEX #25BFCC Summer Sky

📋 copy color: '#25BFCC'

red 37 ◦ green 191 ◦ blue 204

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

Shades of Summer Sky #25BFCC

Tints of Summer Sky #25BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 44.21%

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

R = 8.56%
G = 44.21%
B = 47.22%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#25BFCC (or 0x25BFCC) is known color: Summer Sky. HEX triplet: 25, BF and CC. RGB value is (37,191,204). Sum of RGB (Red+Green+Blue) = 37+191+204=432 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.56% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #25BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFCC is #DA4033. Grayscale: #929292. Windows color (decimal): -14303284 or 13418277. OLE color: 13418277.

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

Color convert

RGB 37 191 204 -
CMYK 0.82 0.06 0 0.2
HSL 184.67º 0.69% 0.47% -
HSV(B) 184.67º 0.82% 0.8% -
XYZ 30.29 42.01 63.64 -
YUV 146.44 160.48 49.94 -
System Red Green Blue C M Y K H S L
Decimal 37 191 204 0.82 0.06 0 0.2 184.67 0.69 0.47
Hex 25 BF CC 52 6 0 14 B9 45 2F
Octal 45 277 314 122 6 0 24 271 105 57
Binary 100101 10111111 11001100 1010010 110 0 10100 10111001 1000101 101111

Color Harmonies of #25BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BFCC

Black with #25BFCC

Text Example


Text Example

White with #25BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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