Html Css Color HEX #74FEFF Baby Blue

📋 copy color: '#74FEFF'

red 116 ◦ green 254 ◦ blue 255

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

Shades of Baby Blue #74FEFF

Tints of Baby Blue #74FEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.64%

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

R = 18.56%
G = 40.64%
B = 40.8%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#74FEFF (or 0x74FEFF) is known color: Baby Blue. HEX triplet: 74, FE and FF. RGB value is (116,254,255). Sum of RGB (Red+Green+Blue) = 116+254+255=625 (82% of max value = 765). Red value is 116 (45.70% from 255 or 18.56% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #74FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FEFF is #8B0100. Grayscale: #D4D4D4. Windows color (decimal): -9109761 or 16776820. OLE color: 16776820.

HSL color Cylindrical-coordinate representation of color #74FEFF: hue angle of 180.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FEFF is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 254 255 -
CMYK 0.55 0.00 0 0
HSL 180.43º 1% 0.73% -
HSV(B) 180.43º 0.55% 1% -
XYZ 60.69 81.82 107.2 -
YUV 212.85 151.78 58.92 -
System Red Green Blue C M Y K H S L
Decimal 116 254 255 0.55 0.00 0 0 180.43 1 0.73
Hex 74 FE FF 37 0 0 0 B4 64 49
Octal 164 376 377 67 0 0 0 264 144 111
Binary 1110100 11111110 11111111 110111 0 0 0 10110100 1100100 1001001

Color Harmonies of #74FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FEFF

Black with #74FEFF

Text Example


Text Example

White with #74FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,254,255); }

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

background-color css

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

 a { background-color: rgb(116,254,255); }

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

border-color css

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

 span { border-color: rgb(116,254,255); }

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