Html Css Color HEX #4BFDFF Baby Blue

📋 copy color: '#4BFDFF'

red 75 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #4BFDFF

Tints of Baby Blue #4BFDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.4%

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

R = 12.86%
G = 43.4%
B = 43.74%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4BFDFF (or 0x4BFDFF) is known color: Baby Blue. HEX triplet: 4B, FD and FF. RGB value is (75,253,255). Sum of RGB (Red+Green+Blue) = 75+253+255=583 (77% of max value = 765). Red value is 75 (29.69% from 255 or 12.86% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BFDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFDFF is #B40200. Grayscale: #C7C7C7. Windows color (decimal): -11796993 or 16776523. OLE color: 16776523.

HSL color Cylindrical-coordinate representation of color #4BFDFF: hue angle of 180.67º 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 #4BFDFF is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 253 255 -
CMYK 0.71 0.01 0 0
HSL 180.67º 1% 0.65% -
HSV(B) 180.67º 0.71% 1% -
XYZ 56.08 78.97 106.89 -
YUV 200.01 159.03 38.84 -
System Red Green Blue C M Y K H S L
Decimal 75 253 255 0.71 0.01 0 0 180.67 1 0.65
Hex 4B FD FF 47 1 0 0 B5 64 41
Octal 113 375 377 107 1 0 0 265 144 101
Binary 1001011 11111101 11111111 1000111 1 0 0 10110101 1100100 1000001

Color Harmonies of #4BFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFDFF

Black with #4BFDFF

Text Example


Text Example

White with #4BFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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