Html Css Color HEX #31CBFF Summer Sky

📋 copy color: '#31CBFF'

red 49 ◦ green 203 ◦ blue 255

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

Shades of Summer Sky #31CBFF

Tints of Summer Sky #31CBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 9.66%
G = 40.04%
B = 50.3%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#31CBFF (or 0x31CBFF) is known color: Summer Sky. HEX triplet: 31, CB and FF. RGB value is (49,203,255). Sum of RGB (Red+Green+Blue) = 49+203+255=507 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.66% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #31CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CBFF is #CE3400. Grayscale: #A2A2A2. Windows color (decimal): -13513729 or 16763697. OLE color: 16763697.

HSL color Cylindrical-coordinate representation of color #31CBFF: hue angle of 195.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31CBFF is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 203 255 -
CMYK 0.81 0.20 0 0
HSL 195.15º 1% 0.6% -
HSV(B) 195.15º 0.81% 1% -
XYZ 40.67 50.58 102.23 -
YUV 162.88 179.98 46.77 -
System Red Green Blue C M Y K H S L
Decimal 49 203 255 0.81 0.20 0 0 195.15 1 0.6
Hex 31 CB FF 51 14 0 0 C3 64 3C
Octal 61 313 377 121 24 0 0 303 144 74
Binary 110001 11001011 11111111 1010001 10100 0 0 11000011 1100100 111100

Color Harmonies of #31CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CBFF

Black with #31CBFF

Text Example


Text Example

White with #31CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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