Html Css Color HEX #4BB0FF Summer Sky

📋 copy color: '#4BB0FF'

red 75 ◦ green 176 ◦ blue 255

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

Shades of Summer Sky #4BB0FF

Tints of Summer Sky #4BB0FF

RGB

 RED value IS 75 (29.69% from 255) = 14.82%

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 14.82%
G = 34.78%
B = 50.4%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4BB0FF (or 0x4BB0FF) is known color: Summer Sky. HEX triplet: 4B, B0 and FF. RGB value is (75,176,255). Sum of RGB (Red+Green+Blue) = 75+176+255=506 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.82% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BB0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BB0FF is #B44F00. Grayscale: #9A9A9A. Windows color (decimal): -11816705 or 16756811. OLE color: 16756811.

HSL color Cylindrical-coordinate representation of color #4BB0FF: hue angle of 206.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BB0FF is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 176 255 -
CMYK 0.71 0.31 0 0
HSL 206.33º 1% 0.65% -
HSV(B) 206.33º 0.71% 1% -
XYZ 36.48 39.77 100.36 -
YUV 154.81 184.54 71.08 -
System Red Green Blue C M Y K H S L
Decimal 75 176 255 0.71 0.31 0 0 206.33 1 0.65
Hex 4B B0 FF 47 1F 0 0 CE 64 41
Octal 113 260 377 107 37 0 0 316 144 101
Binary 1001011 10110000 11111111 1000111 11111 0 0 11001110 1100100 1000001

Color Harmonies of #4BB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB0FF

Black with #4BB0FF

Text Example


Text Example

White with #4BB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BB0FF; }

 p { color: rgb(75,176,255); }

 H1.HeaderClassName
 {
   color: #4BB0FF;
 }
 .AnyTagClassName
 {
   color: #4BB0FF;
 }
</style>

background-color css

<style>
 a { background-color: #4BB0FF; }

 a { background-color: rgb(75,176,255); }

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

border-color css

<style>
 span { border-color: #4BB0FF; }

 span { border-color: rgb(75,176,255); }

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