Html Css Color HEX #47EFFB Baby Blue

📋 copy color: '#47EFFB'

red 71 ◦ green 239 ◦ blue 251

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

Shades of Baby Blue #47EFFB

Tints of Baby Blue #47EFFB

RGB

 RED value IS 71 (28.13% from 255) = 12.66%

 GREEN value IS 239 (93.75% from 255) = 42.6%

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 12.66%
G = 42.6%
B = 44.74%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#47EFFB (or 0x47EFFB) is known color: Baby Blue. HEX triplet: 47, EF and FB. RGB value is (71,239,251). Sum of RGB (Red+Green+Blue) = 71+239+251=561 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.66% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #47EFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EFFB is #B81004. Grayscale: #BDBDBD. Windows color (decimal): -12062725 or 16510791. OLE color: 16510791.

HSL color Cylindrical-coordinate representation of color #47EFFB: hue angle of 184º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47EFFB is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 239 251 -
CMYK 0.72 0.05 0 0.02
HSL 184º 0.96% 0.63% -
HSV(B) 184º 0.72% 0.98% -
XYZ 50.88 70.04 102.1 -
YUV 190.14 162.34 43.02 -
System Red Green Blue C M Y K H S L
Decimal 71 239 251 0.72 0.05 0 0.02 184 0.96 0.63
Hex 47 EF FB 48 5 0 2 B8 60 3F
Octal 107 357 373 110 5 0 2 270 140 77
Binary 1000111 11101111 11111011 1001000 101 0 10 10111000 1100000 111111

Color Harmonies of #47EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EFFB

Black with #47EFFB

Text Example


Text Example

White with #47EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47EFFB; }

 p { color: rgb(71,239,251); }

 H1.HeaderClassName
 {
   color: #47EFFB;
 }
 .AnyTagClassName
 {
   color: #47EFFB;
 }
</style>

background-color css

<style>
 a { background-color: #47EFFB; }

 a { background-color: rgb(71,239,251); }

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

border-color css

<style>
 span { border-color: #47EFFB; }

 span { border-color: rgb(71,239,251); }

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