Html Css Color HEX #3FBDDE Summer Sky

📋 copy color: '#3FBDDE'

red 63 ◦ green 189 ◦ blue 222

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

Shades of Summer Sky #3FBDDE

Tints of Summer Sky #3FBDDE

RGB

 RED value IS 63 (25% from 255) = 13.29%

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 13.29%
G = 39.87%
B = 46.84%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3FBDDE (or 0x3FBDDE) is known color: Summer Sky. HEX triplet: 3F, BD and DE. RGB value is (63,189,222). Sum of RGB (Red+Green+Blue) = 63+189+222=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #3FBDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDDE is #C04221. Grayscale: #9A9A9A. Windows color (decimal): -12599842 or 14597439. OLE color: 14597439.

HSL color Cylindrical-coordinate representation of color #3FBDDE: hue angle of 192.45º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FBDDE is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 189 222 -
CMYK 0.72 0.15 0 0.13
HSL 192.45º 0.71% 0.56% -
HSV(B) 192.45º 0.72% 0.87% -
XYZ 33.43 42.73 75.59 -
YUV 155.09 165.76 62.32 -
System Red Green Blue C M Y K H S L
Decimal 63 189 222 0.72 0.15 0 0.13 192.45 0.71 0.56
Hex 3F BD DE 48 F 0 D C0 47 38
Octal 77 275 336 110 17 0 15 300 107 70
Binary 111111 10111101 11011110 1001000 1111 0 1101 11000000 1000111 111000

Color Harmonies of #3FBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBDDE

Black with #3FBDDE

Text Example


Text Example

White with #3FBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FBDDE; }

 p { color: rgb(63,189,222); }

 H1.HeaderClassName
 {
   color: #3FBDDE;
 }
 .AnyTagClassName
 {
   color: #3FBDDE;
 }
</style>

background-color css

<style>
 a { background-color: #3FBDDE; }

 a { background-color: rgb(63,189,222); }

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

border-color css

<style>
 span { border-color: #3FBDDE; }

 span { border-color: rgb(63,189,222); }

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