Html Css Color HEX #31CBEA Summer Sky

📋 copy color: '#31CBEA'

red 49 ◦ green 203 ◦ blue 234

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

Shades of Summer Sky #31CBEA

Tints of Summer Sky #31CBEA

RGB

 RED value IS 49 (19.53% from 255) = 10.08%

 GREEN value IS 203 (79.69% from 255) = 41.77%

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 10.08%
G = 41.77%
B = 48.15%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31CBEA (or 0x31CBEA) is known color: Summer Sky. HEX triplet: 31, CB and EA. RGB value is (49,203,234). Sum of RGB (Red+Green+Blue) = 49+203+234=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #31CBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CBEA is #CE3415. Grayscale: #A0A0A0. Windows color (decimal): -13513750 or 15387441. OLE color: 15387441.

HSL color Cylindrical-coordinate representation of color #31CBEA: hue angle of 190.05º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31CBEA is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 203 234 -
CMYK 0.79 0.13 0 0.08
HSL 190.05º 0.81% 0.55% -
HSV(B) 190.05º 0.79% 0.92% -
XYZ 37.47 49.31 85.38 -
YUV 160.49 169.48 48.48 -
System Red Green Blue C M Y K H S L
Decimal 49 203 234 0.79 0.13 0 0.08 190.05 0.81 0.55
Hex 31 CB EA 4F D 0 8 BE 51 37
Octal 61 313 352 117 15 0 10 276 121 67
Binary 110001 11001011 11101010 1001111 1101 0 1000 10111110 1010001 110111

Color Harmonies of #31CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CBEA

Black with #31CBEA

Text Example


Text Example

White with #31CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31CBEA; }

 p { color: rgb(49,203,234); }

 H1.HeaderClassName
 {
   color: #31CBEA;
 }
 .AnyTagClassName
 {
   color: #31CBEA;
 }
</style>

background-color css

<style>
 a { background-color: #31CBEA; }

 a { background-color: rgb(49,203,234); }

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

border-color css

<style>
 span { border-color: #31CBEA; }

 span { border-color: rgb(49,203,234); }

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