Html Css Color HEX #68EEFA Baby Blue

📋 copy color: '#68EEFA'

red 104 ◦ green 238 ◦ blue 250

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

Shades of Baby Blue #68EEFA

Tints of Baby Blue #68EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.2%

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 17.57%
G = 40.2%
B = 42.23%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68EEFA (or 0x68EEFA) is known color: Baby Blue. HEX triplet: 68, EE and FA. RGB value is (104,238,250). Sum of RGB (Red+Green+Blue) = 104+238+250=592 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.57% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #68EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EEFA is #971105. Grayscale: #C7C7C7. Windows color (decimal): -9900294 or 16445032. OLE color: 16445032.

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

Color convert

RGB 104 238 250 -
CMYK 0.58 0.05 0 0.02
HSL 184.93º 0.94% 0.69% -
HSV(B) 184.93º 0.58% 0.98% -
XYZ 53.54 70.99 101.32 -
YUV 199.3 156.61 60.02 -
System Red Green Blue C M Y K H S L
Decimal 104 238 250 0.58 0.05 0 0.02 184.93 0.94 0.69
Hex 68 EE FA 3A 5 0 2 B9 5E 45
Octal 150 356 372 72 5 0 2 271 136 105
Binary 1101000 11101110 11111010 111010 101 0 10 10111001 1011110 1000101

Color Harmonies of #68EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EEFA

Black with #68EEFA

Text Example


Text Example

White with #68EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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