Html Css Color HEX #68FAED Baby Blue

📋 copy color: '#68FAED'

red 104 ◦ green 250 ◦ blue 237

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

Shades of Baby Blue #68FAED

Tints of Baby Blue #68FAED

RGB

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

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

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

R = 17.6%
G = 42.3%
B = 40.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#68FAED (or 0x68FAED) is known color: Baby Blue. HEX triplet: 68, FA and ED. RGB value is (104,250,237). Sum of RGB (Red+Green+Blue) = 104+250+237=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAED is #970512. Grayscale: #CCCCCC. Windows color (decimal): -9897235 or 15596136. OLE color: 15596136.

HSL color Cylindrical-coordinate representation of color #68FAED: hue angle of 174.66º 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 #68FAED is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 250 237 -
CMYK 0.58 0 0.05 0.02
HSL 174.66º 0.94% 0.69% -
HSV(B) 174.66º 0.58% 0.98% -
XYZ 55.18 77.43 92.16 -
YUV 204.86 146.13 56.06 -
System Red Green Blue C M Y K H S L
Decimal 104 250 237 0.58 0 0.05 0.02 174.66 0.94 0.69
Hex 68 FA ED 3A 0 5 2 AF 5E 45
Octal 150 372 355 72 0 5 2 257 136 105
Binary 1101000 11111010 11101101 111010 0 101 10 10101111 1011110 1000101

Color Harmonies of #68FAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAED

Black with #68FAED

Text Example


Text Example

White with #68FAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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