Html Css Color HEX #68FAEA Baby Blue

📋 copy color: '#68FAEA'

red 104 ◦ green 250 ◦ blue 234

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

Shades of Baby Blue #68FAEA

Tints of Baby Blue #68FAEA

RGB

 RED value IS 104 (41.02% from 255) = 17.69%

 GREEN value IS 250 (98.05% from 255) = 42.52%

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 17.69%
G = 42.52%
B = 39.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#68FAEA (or 0x68FAEA) is known color: Baby Blue. HEX triplet: 68, FA and EA. RGB value is (104,250,234). Sum of RGB (Red+Green+Blue) = 104+250+234=588 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.69% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAEA is #970515. Grayscale: #CCCCCC. Windows color (decimal): -9897238 or 15399528. OLE color: 15399528.

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

Color convert

RGB 104 250 234 -
CMYK 0.58 0 0.06 0.02
HSL 173.42º 0.94% 0.69% -
HSV(B) 173.42º 0.58% 0.98% -
XYZ 54.75 77.25 89.87 -
YUV 204.52 144.63 56.3 -
System Red Green Blue C M Y K H S L
Decimal 104 250 234 0.58 0 0.06 0.02 173.42 0.94 0.69
Hex 68 FA EA 3A 0 6 2 AD 5E 45
Octal 150 372 352 72 0 6 2 255 136 105
Binary 1101000 11111010 11101010 111010 0 110 10 10101101 1011110 1000101

Color Harmonies of #68FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAEA

Black with #68FAEA

Text Example


Text Example

White with #68FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68FAEA; }

 p { color: rgb(104,250,234); }

 H1.HeaderClassName
 {
   color: #68FAEA;
 }
 .AnyTagClassName
 {
   color: #68FAEA;
 }
</style>

background-color css

<style>
 a { background-color: #68FAEA; }

 a { background-color: rgb(104,250,234); }

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

border-color css

<style>
 span { border-color: #68FAEA; }

 span { border-color: rgb(104,250,234); }

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