Html Css Color HEX #74FBF0 Baby Blue

📋 copy color: '#74FBF0'

red 116 ◦ green 251 ◦ blue 240

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

Shades of Baby Blue #74FBF0

Tints of Baby Blue #74FBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.54%

R = 19.11%
G = 41.35%
B = 39.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#74FBF0 (or 0x74FBF0) is known color: Baby Blue. HEX triplet: 74, FB and F0. RGB value is (116,251,240). Sum of RGB (Red+Green+Blue) = 116+251+240=607 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.11% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FBF0 is #8B040F. Grayscale: #D1D1D1. Windows color (decimal): -9110544 or 15793012. OLE color: 15793012.

HSL color Cylindrical-coordinate representation of color #74FBF0: hue angle of 175.11º 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 #74FBF0 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 251 240 -
CMYK 0.54 0 0.04 0.02
HSL 175.11º 0.94% 0.72% -
HSV(B) 175.11º 0.54% 0.98% -
XYZ 57.43 79 94.66 -
YUV 209.38 145.27 61.39 -
System Red Green Blue C M Y K H S L
Decimal 116 251 240 0.54 0 0.04 0.02 175.11 0.94 0.72
Hex 74 FB F0 36 0 4 2 AF 5E 48
Octal 164 373 360 66 0 4 2 257 136 110
Binary 1110100 11111011 11110000 110110 0 100 10 10101111 1011110 1001000

Color Harmonies of #74FBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FBF0

Black with #74FBF0

Text Example


Text Example

White with #74FBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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