Html Css Color HEX #47EAFF Baby Blue

📋 copy color: '#47EAFF'

red 71 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #47EAFF

Tints of Baby Blue #47EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.79%

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

R = 12.68%
G = 41.79%
B = 45.54%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47EAFF (or 0x47EAFF) is known color: Baby Blue. HEX triplet: 47, EA and FF. RGB value is (71,234,255). Sum of RGB (Red+Green+Blue) = 71+234+255=560 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.68% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #47EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EAFF is #B81500. Grayscale: #BBBBBB. Windows color (decimal): -12064001 or 16771655. OLE color: 16771655.

HSL color Cylindrical-coordinate representation of color #47EAFF: hue angle of 186.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47EAFF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 234 255 -
CMYK 0.72 0.08 0 0
HSL 186.85º 1% 0.64% -
HSV(B) 186.85º 0.72% 1% -
XYZ 50.07 67.41 104.98 -
YUV 187.66 166 44.79 -
System Red Green Blue C M Y K H S L
Decimal 71 234 255 0.72 0.08 0 0 186.85 1 0.64
Hex 47 EA FF 48 8 0 0 BB 64 40
Octal 107 352 377 110 10 0 0 273 144 100
Binary 1000111 11101010 11111111 1001000 1000 0 0 10111011 1100100 1000000

Color Harmonies of #47EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EAFF

Black with #47EAFF

Text Example


Text Example

White with #47EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,234,255); }

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

background-color css

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

 a { background-color: rgb(71,234,255); }

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

border-color css

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

 span { border-color: rgb(71,234,255); }

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