Html Css Color HEX #78FFFD Baby Blue

📋 copy color: '#78FFFD'

red 120 ◦ green 255 ◦ blue 253

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

Shades of Baby Blue #78FFFD

Tints of Baby Blue #78FFFD

RGB

 RED value IS 120 (47.27% from 255) = 19.11%

 GREEN value IS 255 (100% from 255) = 40.61%

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 19.11%
G = 40.61%
B = 40.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#78FFFD (or 0x78FFFD) is known color: Baby Blue. HEX triplet: 78, FF and FD. RGB value is (120,255,253). Sum of RGB (Red+Green+Blue) = 120+255+253=628 (83% of max value = 765). Red value is 120 (47.27% from 255 or 19.11% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FFFD is #870002. Grayscale: #D6D6D6. Windows color (decimal): -8847363 or 16646008. OLE color: 16646008.

HSL color Cylindrical-coordinate representation of color #78FFFD: hue angle of 179.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFFD is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 120 255 253 -
CMYK 0.53 0 0.01 0
HSL 179.11º 1% 0.74% -
HSV(B) 179.11º 0.53% 1% -
XYZ 61.24 82.6 105.65 -
YUV 214.41 149.77 60.66 -
System Red Green Blue C M Y K H S L
Decimal 120 255 253 0.53 0 0.01 0 179.11 1 0.74
Hex 78 FF FD 35 0 1 0 B3 64 4A
Octal 170 377 375 65 0 1 0 263 144 112
Binary 1111000 11111111 11111101 110101 0 1 0 10110011 1100100 1001010

Color Harmonies of #78FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FFFD

Black with #78FFFD

Text Example


Text Example

White with #78FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78FFFD; }

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

 H1.HeaderClassName
 {
   color: #78FFFD;
 }
 .AnyTagClassName
 {
   color: #78FFFD;
 }
</style>

background-color css

<style>
 a { background-color: #78FFFD; }

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

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

border-color css

<style>
 span { border-color: #78FFFD; }

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

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