Html Css Color HEX #27BDF2 Summer Sky

📋 copy color: '#27BDF2'

red 39 ◦ green 189 ◦ blue 242

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

Shades of Summer Sky #27BDF2

Tints of Summer Sky #27BDF2

RGB

 RED value IS 39 (15.63% from 255) = 8.3%

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

 BLUE value IS 242 (94.92% from 255) = 51.49%

R = 8.3%
G = 40.21%
B = 51.49%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#27BDF2 (or 0x27BDF2) is known color: Summer Sky. HEX triplet: 27, BD and F2. RGB value is (39,189,242). Sum of RGB (Red+Green+Blue) = 39+189+242=470 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.30% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #27BDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27BDF2 is #D8420D. Grayscale: #959595. Windows color (decimal): -14172686 or 15908135. OLE color: 15908135.

HSL color Cylindrical-coordinate representation of color #27BDF2: hue angle of 195.67º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27BDF2 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 189 242 -
CMYK 0.84 0.22 0 0.05
HSL 195.67º 0.89% 0.55% -
HSV(B) 195.67º 0.84% 0.95% -
XYZ 35.06 43.24 90.5 -
YUV 150.19 179.81 48.69 -
System Red Green Blue C M Y K H S L
Decimal 39 189 242 0.84 0.22 0 0.05 195.67 0.89 0.55
Hex 27 BD F2 54 16 0 5 C4 59 37
Octal 47 275 362 124 26 0 5 304 131 67
Binary 100111 10111101 11110010 1010100 10110 0 101 11000100 1011001 110111

Color Harmonies of #27BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BDF2

Black with #27BDF2

Text Example


Text Example

White with #27BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27BDF2; }

 p { color: rgb(39,189,242); }

 H1.HeaderClassName
 {
   color: #27BDF2;
 }
 .AnyTagClassName
 {
   color: #27BDF2;
 }
</style>

background-color css

<style>
 a { background-color: #27BDF2; }

 a { background-color: rgb(39,189,242); }

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

border-color css

<style>
 span { border-color: #27BDF2; }

 span { border-color: rgb(39,189,242); }

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