Html Css Color HEX #7BFFED Baby Blue

📋 copy color: '#7BFFED'

red 123 ◦ green 255 ◦ blue 237

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

Shades of Baby Blue #7BFFED

Tints of Baby Blue #7BFFED

RGB

 RED value IS 123 (48.44% from 255) = 20%

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

 BLUE value IS 237 (92.97% from 255) = 38.54%

R = 20%
G = 41.46%
B = 38.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#7BFFED (or 0x7BFFED) is known color: Baby Blue. HEX triplet: 7B, FF and ED. RGB value is (123,255,237). Sum of RGB (Red+Green+Blue) = 123+255+237=615 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFED is #840012. Grayscale: #D5D5D5. Windows color (decimal): -8650771 or 15597435. OLE color: 15597435.

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

Color convert

RGB 123 255 237 -
CMYK 0.52 0 0.07 0
HSL 171.82º 1% 0.74% -
HSV(B) 171.82º 0.52% 1% -
XYZ 59.21 81.85 92.8 -
YUV 213.48 141.27 63.46 -
System Red Green Blue C M Y K H S L
Decimal 123 255 237 0.52 0 0.07 0 171.82 1 0.74
Hex 7B FF ED 34 0 7 0 AC 64 4A
Octal 173 377 355 64 0 7 0 254 144 112
Binary 1111011 11111111 11101101 110100 0 111 0 10101100 1100100 1001010

Color Harmonies of #7BFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFFED

Black with #7BFFED

Text Example


Text Example

White with #7BFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BFFED; }

 p { color: rgb(123,255,237); }

 H1.HeaderClassName
 {
   color: #7BFFED;
 }
 .AnyTagClassName
 {
   color: #7BFFED;
 }
</style>

background-color css

<style>
 a { background-color: #7BFFED; }

 a { background-color: rgb(123,255,237); }

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

border-color css

<style>
 span { border-color: #7BFFED; }

 span { border-color: rgb(123,255,237); }

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