Html Css Color HEX #25BACF Summer Sky

📋 copy color: '#25BACF'

red 37 ◦ green 186 ◦ blue 207

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

Shades of Summer Sky #25BACF

Tints of Summer Sky #25BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 8.6%
G = 43.26%
B = 48.14%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#25BACF (or 0x25BACF) is known color: Summer Sky. HEX triplet: 25, BA and CF. RGB value is (37,186,207). Sum of RGB (Red+Green+Blue) = 37+186+207=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #25BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BACF is #DA4530. Grayscale: #8F8F8F. Windows color (decimal): -14304561 or 13613605. OLE color: 13613605.

HSL color Cylindrical-coordinate representation of color #25BACF: hue angle of 187.41º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25BACF is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 186 207 -
CMYK 0.82 0.10 0 0.19
HSL 187.41º 0.7% 0.48% -
HSV(B) 187.41º 0.82% 0.81% -
XYZ 29.58 40.02 65.2 -
YUV 143.84 163.64 51.79 -
System Red Green Blue C M Y K H S L
Decimal 37 186 207 0.82 0.10 0 0.19 187.41 0.7 0.48
Hex 25 BA CF 52 A 0 13 BB 46 30
Octal 45 272 317 122 12 0 23 273 106 60
Binary 100101 10111010 11001111 1010010 1010 0 10011 10111011 1000110 110000

Color Harmonies of #25BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BACF

Black with #25BACF

Text Example


Text Example

White with #25BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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