Html Css Color HEX #68EBFD Baby Blue

📋 copy color: '#68EBFD'

red 104 ◦ green 235 ◦ blue 253

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

Shades of Baby Blue #68EBFD

Tints of Baby Blue #68EBFD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.7%

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 17.57%
G = 39.7%
B = 42.74%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68EBFD (or 0x68EBFD) is known color: Baby Blue. HEX triplet: 68, EB and FD. RGB value is (104,235,253). Sum of RGB (Red+Green+Blue) = 104+235+253=592 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.57% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #68EBFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EBFD is #971402. Grayscale: #C5C5C5. Windows color (decimal): -9901059 or 16640872. OLE color: 16640872.

HSL color Cylindrical-coordinate representation of color #68EBFD: hue angle of 187.25º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68EBFD is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 235 253 -
CMYK 0.59 0.07 0 0.01
HSL 187.25º 0.97% 0.7% -
HSV(B) 187.25º 0.59% 0.99% -
XYZ 53.15 69.45 103.53 -
YUV 197.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 104 235 253 0.59 0.07 0 0.01 187.25 0.97 0.7
Hex 68 EB FD 3B 7 0 1 BB 61 46
Octal 150 353 375 73 7 0 1 273 141 106
Binary 1101000 11101011 11111101 111011 111 0 1 10111011 1100001 1000110

Color Harmonies of #68EBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBFD

Black with #68EBFD

Text Example


Text Example

White with #68EBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,235,253); }

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

background-color css

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

 a { background-color: rgb(104,235,253); }

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

border-color css

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

 span { border-color: rgb(104,235,253); }

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