Html Css Color HEX #74FBED Baby Blue

📋 copy color: '#74FBED'

red 116 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #74FBED

Tints of Baby Blue #74FBED

RGB

 RED value IS 116 (45.7% from 255) = 19.21%

 GREEN value IS 251 (98.44% from 255) = 41.56%

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

R = 19.21%
G = 41.56%
B = 39.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#74FBED (or 0x74FBED) is known color: Baby Blue. HEX triplet: 74, FB and ED. RGB value is (116,251,237). Sum of RGB (Red+Green+Blue) = 116+251+237=604 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.21% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FBED is #8B0412. Grayscale: #D0D0D0. Windows color (decimal): -9110547 or 15596404. OLE color: 15596404.

HSL color Cylindrical-coordinate representation of color #74FBED: hue angle of 173.78º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FBED is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 251 237 -
CMYK 0.54 0 0.06 0.02
HSL 173.78º 0.94% 0.72% -
HSV(B) 173.78º 0.54% 0.98% -
XYZ 56.99 78.82 92.33 -
YUV 209.04 143.77 61.64 -
System Red Green Blue C M Y K H S L
Decimal 116 251 237 0.54 0 0.06 0.02 173.78 0.94 0.72
Hex 74 FB ED 36 0 6 2 AE 5E 48
Octal 164 373 355 66 0 6 2 256 136 110
Binary 1110100 11111011 11101101 110110 0 110 10 10101110 1011110 1001000

Color Harmonies of #74FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FBED

Black with #74FBED

Text Example


Text Example

White with #74FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74FBED; }

 p { color: rgb(116,251,237); }

 H1.HeaderClassName
 {
   color: #74FBED;
 }
 .AnyTagClassName
 {
   color: #74FBED;
 }
</style>

background-color css

<style>
 a { background-color: #74FBED; }

 a { background-color: rgb(116,251,237); }

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

border-color css

<style>
 span { border-color: #74FBED; }

 span { border-color: rgb(116,251,237); }

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